1 Star 0 Fork 13

CZLeader / qt5-Tcp端口转发服务器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.iss 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2018-07-07 14:16 . 初次提交
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "forwardSvr"
#define MyAppVersion "1.0.5"
#define MyAppPublisher "wuquanwei"
#define MyAppURL "wuquan-1230.blog.163.com"
#define MyAppExeName "forwardSvr.exe"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{E434E251-B4C4-4877-9527-5BB7E97EA59C}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputDir=E:\qtwork
OutputBaseFilename=forwardSvr
SetupIconFile=E:\qtwork\forwardSvr\icon\myicon.ico
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "E:\qtwork\forwardSvr-release\forwardSvr.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "E:\qtwork\forwardSvr-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: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
C++
1
https://gitee.com/czleader/qt5tcp_port_forwarding_server.git
git@gitee.com:czleader/qt5tcp_port_forwarding_server.git
czleader
qt5tcp_port_forwarding_server
qt5-Tcp端口转发服务器
master

搜索帮助