更新檔案0616

This commit is contained in:
jasonchenwork 2025-06-16 09:48:29 +08:00
parent c7979036b9
commit 1eb67b9752
2 changed files with 7 additions and 7 deletions

BIN
Output/superstar_1.1.0.exe Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
[Setup]
AppName=superstar
AppVersion=1.0.0
DefaultDirName={pf}\superstar_1.0.0
OutputBaseFilename=superstar_1.0.0
AppVersion=1.1.0
DefaultDirName={pf}\superstar_1.1.0
OutputBaseFilename=superstar_1.1.0
Compression=lzma
SolidCompression=yes
PrivilegesRequired=admin
@ -46,13 +46,13 @@ procedure CurStepChanged(CurStep: TSetupStep);
begin
if CurStep = ssPostInstall then
begin
MsgBox('安裝完成,您可以從桌面或開始選單啟動 superstar_1.0.0。', mbInformation, MB_OK);
MsgBox('安裝完成,您可以從桌面或開始選單啟動 superstar_1.1.0。', mbInformation, MB_OK);
end;
end;
[Files]
Source: "E:\jasonchen\superstar_1.0.0\publish\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
Source: "E:\jasonchen\superstar_1.1.0\publish\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
[Icons]
Name: "{group}\superstar_1.0.0"; Filename: "{app}\superstar_1.0.0.exe"
Name: "{commondesktop}\superstar_1.0.0"; Filename: "{app}\superstar_1.0.0.exe"
Name: "{group}\superstar_1.1.0"; Filename: "{app}\superstar_1.1.0.exe"
Name: "{commondesktop}\superstar_1.1.0"; Filename: "{app}\superstar_1.1.0.exe"