Forráskód Böngészése

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

zclkkk 1 éve
szülő
commit
556232aac4
1 módosított fájl, 1 hozzáadás és 0 törlés
  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"
         }