Normalize line endings in wxwidgets.iss
This file was a mix of DOS and Unix EOLs, convert it entirely to the former. No real changes.
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
; Script generated by the Inno Setup Script Wizard.
|
; Script generated by the Inno Setup Script Wizard.
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#if GetEnv("INNO") != ""
|
#if GetEnv("INNO") != ""
|
||||||
#define WXW_DIR GetEnv("INNO")
|
#define WXW_DIR GetEnv("INNO")
|
||||||
#else
|
|
||||||
#define WXW_DIR "..\.."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if GetEnv("WXW_VER") == "Snapshot"
|
|
||||||
#define INFOFILE WXW_DIR + "\BuildGit.txt"
|
|
||||||
#define WX_VERSION "Snapshot"
|
|
||||||
#elif GetEnv("WXW_VER") != ""
|
|
||||||
#define INFOFILE WXW_DIR + "\docs\msw\install.txt"
|
|
||||||
#define WX_VERSION GetEnv("WXW_VER")
|
|
||||||
#else
|
#else
|
||||||
#error "WXW_VER environment variable must be defined."
|
#define WXW_DIR "..\.."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SETUPFILENAME "wxMSW-" + GetEnv("WXW_VER") + "-Setup"
|
#if GetEnv("WXW_VER") == "Snapshot"
|
||||||
|
#define INFOFILE WXW_DIR + "\BuildGit.txt"
|
||||||
|
#define WX_VERSION "Snapshot"
|
||||||
|
#elif GetEnv("WXW_VER") != ""
|
||||||
|
#define INFOFILE WXW_DIR + "\docs\msw\install.txt"
|
||||||
|
#define WX_VERSION GetEnv("WXW_VER")
|
||||||
|
#else
|
||||||
|
#error "WXW_VER environment variable must be defined."
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define SETUPFILENAME "wxMSW-" + GetEnv("WXW_VER") + "-Setup"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -32,22 +32,22 @@ DefaultDirName={sd}\wxWidgets-{#WX_VERSION}
|
|||||||
DefaultGroupName=wxWidgets {#WX_VERSION}
|
DefaultGroupName=wxWidgets {#WX_VERSION}
|
||||||
UsePreviousAppDir=no
|
UsePreviousAppDir=no
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
LicenseFile={#WXW_DIR}\docs\licence.txt
|
LicenseFile={#WXW_DIR}\docs\licence.txt
|
||||||
InfoBeforeFile={#WXW_DIR}\docs\readme.txt
|
InfoBeforeFile={#WXW_DIR}\docs\readme.txt
|
||||||
InfoAfterFile={#INFOFILE}
|
InfoAfterFile={#INFOFILE}
|
||||||
OutputDir={#WXW_DIR}\..
|
OutputDir={#WXW_DIR}\..
|
||||||
OutputBaseFilename={#SETUPFILENAME}
|
OutputBaseFilename={#SETUPFILENAME}
|
||||||
PrivilegesRequired=none
|
PrivilegesRequired=none
|
||||||
SetupIconFile={#WXW_DIR}\art\wxwin.ico
|
SetupIconFile={#WXW_DIR}\art\wxwin.ico
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
; source files
|
; source files
|
||||||
Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||||
|
|
||||||
[INI]
|
[INI]
|
||||||
Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "https://www.wxwidgets.org"
|
Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "https://www.wxwidgets.org"
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{group}\{cm:ProgramOnTheWeb,wxWidgets}"; Filename: "{app}\wx.url"
|
Name: "{group}\{cm:ProgramOnTheWeb,wxWidgets}"; Filename: "{app}\wx.url"
|
||||||
|
Reference in New Issue
Block a user