Skip to content

Commit cc0c904

Browse files
author
mxd
authored
Fix Inno Setup
1 parent f93104c commit cc0c904

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Setup.iss

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
; 脚本由 Inno Setup 脚本向导 生成!
2-
; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
1+
; 脚本由 Inno Setup 脚本向导 生成!
2+
; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
3+
; 此脚本仅供参考,请勿直接使用此脚本,否则APP将会有错误的打包!
4+
; Inno Setup 脚本 Fix
5+
; Date:2024/02/05
36

47
#define MyAppName "Browser"
58
#define MyAppVersion "1.0"
69
#define MyAppPublisher "mxdabc"
7-
#define MyAppURL "https://browser.mxdyeah.top/"
10+
#define MyAppURL "https://app.imxd.top/cgi-bin/pyqt5-browser.html"
811
#define MyAppExeName "Browser.exe"
912

1013
[Setup]
11-
; 注: AppId的值为单独标识该应用程序。
12-
; 不要为其他安装程序使用相同的AppId值。
13-
; (若要生成新的 GUID,可在菜单中点击 "工具|生成 GUID"。)
14+
; 注: AppId的值为单独标识该应用程序。
15+
; 不要为其他安装程序使用相同的AppId值。
16+
; (若要生成新的 GUID,可在菜单中点击 "工具|生成 GUID"。)
1417
AppId={{DEADCC1E-CB6A-49E7-AD51-5ADAEB36081B}
1518
AppName={#MyAppName}
1619
AppVersion={#MyAppVersion}
@@ -22,7 +25,8 @@ AppUpdatesURL={#MyAppURL}
2225
DefaultDirName={autopf}\{#MyAppName}
2326
DisableProgramGroupPage=yes
2427
LicenseFile=h:\w10Users\1\Downloads\LICENSE.txt
25-
; 以下行取消注释,以在非管理安装模式下运行(仅为当前用户安装)。
28+
; 以下行取消注释,以在非管理安装模式下运行(仅为当前用户安装)。
29+
; 注释是小写分号,不要写错了
2630
;PrivilegesRequired=lowest
2731
PrivilegesRequiredOverridesAllowed=dialog
2832
OutputDir=h:\w10Users\1\Downloads
@@ -117,7 +121,7 @@ Source: "h:\w10Users\1\Documents\code\pythonOUT\Browser\VCRUNTIME140_1.dll"; Des
117121
Source: "h:\w10Users\1\Documents\code\pythonOUT\Browser\win32api.pyd"; DestDir: "{app}"; Flags: ignoreversion
118122
Source: "h:\w10Users\1\Documents\code\pythonOUT\Browser\win32trace.pyd"; DestDir: "{app}"; Flags: ignoreversion
119123
Source: "h:\w10Users\1\Documents\code\pythonOUT\Browser\win32ui.pyd"; DestDir: "{app}"; Flags: ignoreversion
120-
; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
124+
; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
121125

122126
[Icons]
123127
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"

0 commit comments

Comments
 (0)