feat: introduce InnoSetup for windows package

This commit is contained in:
2026-09-25 17:13:27 +08:00
parent 1cb4d55335
commit 2131f4ffa3
7 changed files with 463 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
[CustomMessages]
MyAppName={{ strings.MyAppName | inno_escape }}
MyOther={{ strings.MyOther | inno_escape }}
MyAssociateWithFiles={{ strings.MyAssociateWithFiles | inno_escape }}
MyInstallVcRedist={{ strings.MyInstallVcRedist | inno_escape }}