Skip to content

Commit

Permalink
v3更新
Browse files Browse the repository at this point in the history
  • Loading branch information
luiges90 committed Sep 24, 2018
1 parent 2b276db commit 254996d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions make.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "中华三国志"
#define MyAppVersion "v1.1-1"
#define MyAppVersion "v3"
#define MyAppPublisher "中华三国志"
#define MyAppURL "http://www.zhsan.com"
#define MyAppExeName "WorldOfTheThreeKingdoms.exe"
Expand Down Expand Up @@ -32,16 +32,15 @@ Name: "chinesetraditional"; MessagesFile: "compiler:Languages\ChineseTraditional
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "D:\Documents\ZhongHuaSanGuoZhiMobile0716\ZhongHuaSanGuoZhiMobile\WorldOfTheThreeKingdoms\bin\x64\Release\WorldOfTheThreeKingdoms.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Documents\ZhongHuaSanGuoZhiMobile0716\ZhongHuaSanGuoZhiMobile\WorldOfTheThreeKingdoms\bin\x64\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\Peter\Documents\ZhongHuaSanGuoZhiMobile0716\ZhongHuaSanGuoZhiMobile\WorldOfTheThreeKingdoms\bin\x64\Release\WorldOfTheThreeKingdoms.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Peter\Documents\ZhongHuaSanGuoZhiMobile0716\ZhongHuaSanGuoZhiMobile\WorldOfTheThreeKingdoms\bin\x64\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\游戏资料夹"; Filename: "{app}"
Name: "{group}\官方论坛"; Filename: "{#MyAppURL}"
Name: "{group}\百度贴吧"; Filename: "http://tieba.baidu.com/f?kw=%D6%D0%BB%AA%C8%FD%B9%FA%D6%BE"
Name: "{group}\游侠专区"; Filename: "http://game.ali213.net/forum-876-1.html"
Name: "{group}\解除安装"; Filename: "{uninstallexe}"

[Run]
Expand Down

0 comments on commit 254996d

Please sign in to comment.