penev92
d3ee8e6601
Remove references to the deleted Lua directory from Windows packaging
...
As per OpenRA PR 20880.
2023-11-03 16:54:35 +02:00
penev92
52f3da501f
Change the way the output directory is set during packaging
...
From OpenRA PR 20678.
2023-02-25 14:53:09 +00:00
penev92
dc11bcd8a1
Removed the copyright year numbers
...
Following from OpenRA PR 20595.
2023-02-25 14:53:09 +00:00
Matthias Mailänder
c949371e9f
Revert "Make the packaging functions script executable"
...
This reverts commit a6371f472e .
2023-02-20 19:56:59 +01:00
abcdefg30
a6371f472e
Make the packaging functions script executable
2023-02-20 19:52:50 +01:00
penev92
b03c98b462
Updated ModSDK packaging and launching scripts
...
Updates SDK scripts to match the current latest version of OpenRA (coming up on a 12.2022 release).
- Launch scripts - OpenRA PRs 17578, 19317, 19486.
- Make scripts - OpenRA PRs 16529, 19379, 19671, 19737, 19747, 19780, 20559.
- Packaging scripts - OpenRA PRs 19780, 19782, 19886, 20559, 20610.
2023-01-15 21:44:53 +01:00
David Wilson
bf428de310
Fix to ensure Windows uninstaller removes reg entries from the 64 bit registry
2023-01-14 23:29:41 +01:00
Paul Chote
62e4eacf13
Convert files with CRLF line endings to LF.
2021-01-30 21:32:29 +01:00
Paul Chote
71bbf8c13c
Update scripts, packaging, and example mod for playtest-20201213.
2021-01-30 15:50:04 +01:00
Paul Chote
570a304b3c
Generate Unicode-aware Windows installers.
2020-11-28 19:30:48 +01:00
Paul Chote
e1edcd13e3
Install x64 release into correct Program Files on Windows.
2020-11-28 19:30:48 +01:00
Paul Chote
c9f61fc80f
Enable HiDPI rendering in the Windows installer.
2020-11-28 19:30:48 +01:00
Paul Chote
73ab2cd4dc
Replace "template" with "SDK" in error messages.
2020-11-28 19:30:48 +01:00
Paul Chote
eb3826e935
Update python requirement:
...
- Support both python 3 and 2 for building and running mods
- Require python 3 for packaging
2020-11-28 19:30:48 +01:00
Paul Chote
17f455565a
Update engine version to playtest-20200418.
2020-04-18 20:52:15 +02:00
Mustafa Alperen Seki
0b5f4acbed
Remove GeoLite2-Country.mmdb.gz from Windows Packaging Script.
2020-03-06 20:45:11 +01:00
Paul Chote
809197764d
Generate Windows icon from the artwork dir.
2020-03-01 15:32:34 +00:00
Paul Chote
f84efccdd0
Copy Linux icons from the artwork dir.
2020-03-01 15:32:34 +00:00
Paul Chote
282bc829b6
Overhaul macOS packaging.
2020-03-01 15:32:34 +00:00
Paul Chote
a9235c6876
Update engine to playtest-20190118.
2020-01-18 18:26:14 +01:00
Paul Chote
5e1de7189d
Update scripts to work with the new engine toolchain.
2019-08-25 17:21:23 +01:00
Paul Chote
0228b888af
Add a --utility argument to the AppImage.
2019-01-05 17:38:42 +00:00
Paul Chote
509b685d16
Explicitly include the zip extension.
...
This fixes the windows packaging failing
when using tags that contain a "."
2018-09-22 23:27:25 +02:00
abcdefg30
2fadd8c59c
Change spaces to tabs in packaging/windows/buildpackage.sh
2018-09-08 00:15:47 +01:00
Paul Chote
4d24032278
Add workaround for untrusted exes on Windows.
2018-08-25 20:53:36 +01:00
Paul Chote
771ed12b1a
Add wget support to the rest of the packaging.
2018-08-25 10:31:47 +01:00
Brenton Horne
014d505329
Add wget support to Linux fetch and build scripts.
2018-08-25 10:31:47 +01:00
Paul Chote
ebe746ea1d
Add a hard requirement on the cert-sync utility.
...
This tool is required to sync the certificates
used for https queries. This also has a side-effect
of prompting the mono-complete package on Mint,
which pulls in other required but missing packages.
2018-08-22 22:54:19 +02:00
abcdefg30
525c16f8fa
Remove trailing tabs from the buildpackage scripts
2018-08-04 14:51:37 +02:00
abcdefg30
a7b0d314aa
Fix the mode documentation in gtk-dialog.py
2018-07-05 22:28:32 +01:00
lawando
28621aac82
Make mod version overwrite optional.
2018-07-04 20:55:13 +01:00
Paul Chote
309c37b94b
Port AppImage improvements from upstream.
...
- Automatically run cert-sync to fix https connections
- Include a gtk fallback error dialog using python
- Automatically prompt mono-complete install on
Ubuntu-like distros
2018-07-04 20:34:11 +01:00
Paul Chote
bc954c00f1
Allow mods to customize the license text in their Windows installers.
2018-07-01 18:11:12 +01:00
Paul Chote
5b389ba04e
Port upstream AppImage improvements.
...
- Improved crash dialogs (including KDE support)
- Distinguish WMStartupClass using versions
- Refresh the icon cache on first run
2018-05-06 11:17:58 +01:00
Paul Chote
9078ff73c7
Ensure required variables are defined before running scripts.
2018-05-02 21:09:06 +02:00
Paul Chote
1808c5895f
Resolve symlinks to their underlying paths when packaging.
2018-04-20 16:20:30 -04:00
Paul Chote
e46015c29f
Remove INCLUDE_DEFAULT_MODS setting.
...
In practice this makes life more difficult than needed
for modders, who instead implement hacky workarounds.
2018-04-20 16:20:09 -04:00
Paul Chote
20c6c64c36
Add PACKAGING_COPY_ENGINE_FILES to mod.config.
2018-04-20 16:20:09 -04:00
Paul Chote
0ebff73e8e
Add Linux AppImage packaging.
...
Requires a system installation of mono >= 4.2
but bundles all other requirements.
2018-04-08 15:33:50 +01:00
Paul Chote
6b5c5bcd23
Update for release-20180218.
2018-02-18 16:16:43 +00:00
Jean-Rémy Buchs
bc310ff216
Add portable .zip build for windows
2017-09-23 20:14:28 +01:00
Jean-Rémy Buchs
45658528dc
Rename .zip package for osx
2017-09-13 22:42:03 +02:00
Paul Chote
ab69d7602f
Move back to statically named mod.(ico|icns).
...
This simplifies early packaging attempts: showing
a placeholder icon is more user friendly than
throwing an error.
2017-08-26 12:54:19 +01:00
Paul Chote
701e10b87f
Default packaging output to current working directory.
2017-08-24 22:15:21 +01:00
Paul Chote
fac25a869f
Improve robustness of packaging scripts.
2017-08-24 22:00:53 +01:00
abcdefg30
928ae7b336
Added checks for the commands needed by sub-packaging scripts
2017-08-24 21:37:22 +01:00
abcdefg30
82e2484c01
Throw an error if the output directory does not exist
2017-08-24 14:28:48 +02:00
Paul Chote
3b57ec1702
Halt package scripts on error.
2017-08-22 20:40:38 +01:00
Paul Chote
42a83298bd
Support spaces in PACKAGING_WINDOWS_LAUNCHER_NAME.
2017-08-11 23:39:57 +01:00
Paul Chote
817bffb423
Add Windows and macOS packaging scripts.
2017-07-15 16:29:04 +01:00