更新檔案0616
This commit is contained in:
parent
c7979036b9
commit
1eb67b9752
BIN
Output/superstar_1.1.0.exe
Normal file
BIN
Output/superstar_1.1.0.exe
Normal file
Binary file not shown.
14
package.iss
14
package.iss
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user