-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Adam Biser edited this page Dec 2, 2019
·
8 revisions
AgkBuild is a script that facilitates building AppGameKit Classic projects for multiple releases.
Currently this script is Windows only and requires Python 3.7+.
This is a personal tool that I'm making available for others to use. By using it, you understand and agree that you are doing so at your own risk and that I while I have done my best to prevent serious problems, I will not be held responsible for any that occur, including but not limited to loss of data.
- Updated to be current with the 2019.11.27 AppGameKit Classic release.
- Added
remove_release_folderparameter tocreate_debian_packageandcreate_nsis_installer. - Added
nsis_info,debian_info,create_linux_setup_script, andarchivetoAgkBuildcall. - The
apk_app_namevalue for AgkBuild now defaults toproject_namewhen it is set. - Works with AppGameKit Classic 2019.09.10, ie: added
snapchat_client_idand removed x86 from Android exports.
- Added Debian package creation. Tested on virtual machines of:
- Ubuntu 18.04 amd64
- Ubuntu 16.04 i386
- Mint 19.2 Cinnammon amd64
- SteamOS
- Added NSIS installer creation.
- The necessary DirectX setup files are included.
- Everything!