Explorar el Código

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

zclkkk hace 1 año
padre
commit
556232aac4
Se han modificado 1 ficheros con 1 adiciones y 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"
         }