Skip to content

Commit 3aef9ee

Browse files
committed
Reapply "feat: test disable updater"
This reverts commit f2ad844.
1 parent ce4eb37 commit 3aef9ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ features = ["javascript", "typescript"]
9090

9191
[workspace.dependencies.tauri]
9292
version = "1.6.1"
93-
features = ["process-exit", "protocol-asset", "clipboard-all", "fs-all", "dialog-all", "http-all", "icon-ico", "notification-all", "os-all", "path-all", "process-relaunch", "updater", "shell-open", "system-tray", "window-center", "window-close", "window-create", "window-hide", "window-maximize", "window-minimize", "window-request-user-attention", "window-set-decorations", "window-set-focus", "window-set-fullscreen", "window-set-position", "window-set-resizable", "window-set-size", "window-set-title", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"]
93+
features = ["process-exit", "protocol-asset", "clipboard-all", "fs-all", "dialog-all", "http-all", "icon-ico", "notification-all", "os-all", "path-all", "process-relaunch", "shell-open", "system-tray", "window-center", "window-close", "window-create", "window-hide", "window-maximize", "window-minimize", "window-request-user-attention", "window-set-decorations", "window-set-focus", "window-set-fullscreen", "window-set-position", "window-set-resizable", "window-set-size", "window-set-title", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"]
9494

9595
[features]
9696
default = ["custom-protocol"]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
]
167167
},
168168
"updater": {
169-
"active": true,
169+
"active": false,
170170
"dialog": false,
171171
"endpoints": [
172172
"https://github.com/EyeTrackVR/FirmwareFlashingTool/releases/latest/download/latest.json"

0 commit comments

Comments
 (0)