mirror of
https://github.com/anomalyco/opencode.git
synced 2026-06-01 19:05:38 +00:00
feat(desktop): allow silent install and only user-wide scope (#26253)
This commit is contained in:
@@ -444,7 +444,7 @@ async function installUpdate() {
|
||||
version: downloadedUpdateVersion,
|
||||
})
|
||||
await killSidecar()
|
||||
autoUpdater.quitAndInstall()
|
||||
autoUpdater.quitAndInstall(true, true)
|
||||
}
|
||||
|
||||
async function checkForUpdates(alertOnFail: boolean) {
|
||||
|
||||
Reference in New Issue
Block a user