We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc781d commit 30861ccCopy full SHA for 30861cc
.gitignore
@@ -294,3 +294,4 @@ __pycache__/
294
!/Build/assetslayout.resfiles
295
!/Build/priconfig.xml
296
!/Build/micasetup.json
297
+!/Build/micasetup.cmd
Build/micasetup.cmd
@@ -0,0 +1,4 @@
1
+cd /d %~dp0
2
+@REM 7z a Package.7z .\Package\* -t7z -mx=5 -mf=BCJ2 -r -y
3
+makemica micasetup.json
4
+@pause
Build/micasetup.json
@@ -28,6 +28,8 @@
28
"AutoRunLaunchCommand": "/autostart",
29
"IsUseFolderPickerPreferClassic": false,
30
"IsUseInstallPathPreferX86": false,
31
+ "IsUseInstallPathPreferAppDataLocalPrograms": true,
32
+ "IsUseInstallPathPreferAppDataRoaming": false,
33
"IsUseRegistryPreferX86": null,
34
"IsAllowFullFolderSecurity": true,
35
"IsAllowFirewall": true,
0 commit comments