fix: Solve the confliction issues on auto updater failure (#273)

This commit is contained in:
Lai Zn
2024-01-20 13:03:48 +08:00
committed by GitHub
parent ebc63f479a
commit 0fd8174e77
2 changed files with 759 additions and 1 deletions

View File

@@ -17,7 +17,9 @@
"displayLanguageSelector": true,
"installerIcon": "icons/icon.ico",
"languages": ["SimpChinese", "English"],
"license": "../LICENSE"
"license": "../LICENSE",
"installMode": "perMachine",
"template": "../scripts/windows/installer.nsi"
}
}
}