blob: ca9b5707f5f2346c21abdb18a95bbc2ffefb0923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
diff '--color=auto' --unified --recursive --text --color vrc-get-gui-v1.1.5/vrc-get-gui/Tauri.toml vrc-get-gui-v1.1.5-patched/vrc-get-gui/Tauri.toml
--- vrc-get-gui-v1.1.5/vrc-get-gui/Tauri.toml 2025-11-17 08:40:22.719408556 +0900
+++ vrc-get-gui-v1.1.5-patched/vrc-get-gui/Tauri.toml 2025-11-17 08:41:10.020246924 +0900
@@ -34,8 +34,6 @@
resources = []
publisher = "anatawa12"
-createUpdaterArtifacts = "v1Compatible" # remove if ci # we do not generate updater artifacts in CI
-
[[bundle.fileAssociations]]
# note: for macOS we directory use info.plist for registering file association.
description = "ALCOM Project Template"
diff '--color=auto' --unified --recursive --text --color vrc-get-gui-v1.1.5/vrc-get-gui/components/providers.tsx vrc-get-gui-v1.1.5-patched/vrc-get-gui/components/providers.tsx
--- vrc-get-gui-v1.1.5/vrc-get-gui/components/providers.tsx 2025-11-17 08:40:22.723936366 +0900
+++ vrc-get-gui-v1.1.5-patched/vrc-get-gui/components/providers.tsx 2025-11-17 09:26:33.340099226 +0900
@@ -82,11 +82,6 @@
if (import.meta.env.DEV) return;
const checkVersion = await commands.utilCheckForUpdate();
if (cancel) return;
- if (checkVersion) {
- await openSingleDialog(CheckForUpdateMessage, {
- response: checkVersion,
- });
- }
} catch (e) {
toastThrownError(e);
console.error(e);
|