Include all repository files in setup exe
Don't exclude non-MSW specific files any longer from the generated installer for MSW. The space savings are hardly worth the effort: originally 46.9 MiB (133 MiB installed) and with all files included 48 MiB (142 MiB installed). Also by having all files in the installer more exotic builds such as wxGTK for MSW are available.
This commit is contained in:
parent
a5ecde1314
commit
9a9a1199d4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ SolidCompression=yes
|
|||
|
||||
[Files]
|
||||
; source files
|
||||
Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Excludes: "cocoa,dfb,gtk,gtk1,motif,osx,wxWindows.xcod*,x11,distrib"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
|
||||
[INI]
|
||||
Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "https://www.wxwidgets.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue