Explorar o código

chore: Allow user to choose where to install (#110)

zclkkk hai 1 ano
pai
achega
556232aac4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src-tauri/tauri.windows.conf.json

+ 1 - 0
src-tauri/tauri.windows.conf.json

@@ -16,6 +16,7 @@
         "nsis": {
           "displayLanguageSelector": true,
           "installerIcon": "icons/icon.ico",
+          "installMode": "both",
           "languages": ["SimpChinese", "English"],
           "license": "../LICENSE"
         }