diff --git a/Output/superstar_1.1.0.exe b/Output/superstar_1.1.0.exe new file mode 100644 index 0000000..1898076 Binary files /dev/null and b/Output/superstar_1.1.0.exe differ diff --git a/package.iss b/package.iss index 4e70bb6..8d67bc4 100644 --- a/package.iss +++ b/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"