Skip to content

Commit 6faf4a4

Browse files
committed
adjust: 调整Inno脚本位置
1 parent e661391 commit 6faf4a4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Build/
33
obj/
44
Debug/
55
Release/
6-
Output/
76
x64/
87
x86/
98
*.exe
@@ -41,3 +40,5 @@ x86/
4140
*.ipch
4241

4342
# 不排除
43+
Inno/**
44+
!Inno/inno_setup.iss

inno_setup.iss renamed to Inno/inno_setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; Non-commercial use only
44

55
#define MyAppName "Tap Caps"
6-
#define MyAppVersion "1.1"
6+
#define MyAppVersion "1.2"
77
#define MyAppPublisher "honue"
88
#define MyAppURL "https://github.com/honue"
99
#define MyAppExeName "TapCaps.exe"
@@ -25,7 +25,7 @@ DisableProgramGroupPage=yes
2525
; Uncomment the following line to run in non administrative install mode (install for current user only).
2626
;PrivilegesRequired=lowest
2727
PrivilegesRequiredOverridesAllowed=dialog
28-
OutputBaseFilename=TapCaps_Setup_v1.1
28+
OutputBaseFilename=TapCaps_Setup_v1.2
2929
SetupIconFile=E:\MasterWorkspace\TapCaps\TapCaps.ico
3030
SolidCompression=yes
3131
WizardStyle=modern

0 commit comments

Comments
 (0)