Skip to content

Commit bfe7747

Browse files
committed
开始打包
1 parent 54cefb8 commit bfe7747

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

SRsetup.iss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AppPublisher={#MyAppPublisher}
1919
AppPublisherURL={#MyAppURL}
2020
AppSupportURL={#MyAppURL}
2121
AppUpdatesURL={#MyAppURL}
22-
DefaultDirName={autopf}\{#MyAppName}
22+
DefaultDirName=D:\{#MyAppName}
2323
UninstallDisplayIcon={app}\{#MyAppExeName}
2424
; "ArchitecturesAllowed=x64compatible" 指定
2525
; 安装程序只能在 x64 和 Windows 11 on Arm 上运行。
@@ -41,15 +41,15 @@ SolidCompression=yes
4141
WizardStyle=modern dynamic windows11
4242

4343
[Languages]
44-
Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"
44+
Name: "chinesesimp"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
4545

4646
[Tasks]
4747
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
4848

4949
[Files]
5050
Source: "dist\SecRandom\SecRandom.exe"; DestDir: "{app}"; Flags: ignoreversion
5151
Source: "dist\SecRandom\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
52-
; 注意:不要在任何共享系统文件上使用 "Flags: ignoreversion"
52+
; 注意:不要在任何共享系统文件上使用 "Flags: ignoreversion"
5353

5454
[Icons]
5555
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
@@ -59,4 +59,3 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de
5959

6060
[Run]
6161
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
62-

0 commit comments

Comments
 (0)