mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
[PR #8] [MERGED] Auto-Package on release #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AndorsTrailRelease/ATCS/pull/8
Author: @OMGeeky
Created: 2/18/2025
Status: ✅ Merged
Merged: 7/12/2025
Merged by: @NutAndor
Base:
master← Head:package-on-release📝 Commits (10+)
b5dceb9Update package.sh to switch from tar.gz to zip for archive creation0e8ed1aEnhance package.sh to support platform-specific archive creation using PowerShell on Windows2caaaebUpdate ATCS_Installer.nsi to dynamically set VERSION from ATCS_latest file1e2daa5Update ATCS_Installer.nsi to change ATCS_SOURCE_DIR path for improved directory structure and allow github actionsb6cfe34Add GitHub Actions workflow for automated release builds92436d3Update package.sh to switch from tar.gz to zip for archive creation00e9e3bEnhance package.sh to support platform-specific archive creation using PowerShell on Windowsf154efcUpdate ATCS_Installer.nsi to dynamically set VERSION from ATCS_latest file104d3dbUpdate ATCS_Installer.nsi to change ATCS_SOURCE_DIR path for improved directory structure and allow github actionsf0be1a8Add GitHub Actions workflow for automated release builds📊 Changes
12 files changed (+132 additions, -99 deletions)
View changed files
➕
.gitattributes(+6 -0)➕
.github/workflows/release.yml(+56 -0)➖
packaging/Linux/.gitignore(+0 -2)➖
packaging/Linux/ATCS/ATCS.cmd(+0 -20)➖
packaging/Linux/ATCS/ATCS.ico(+0 -0)➖
packaging/Linux/ATCS/ATCS.sh(+0 -22)➖
packaging/Linux/ATCS/lib/.gitignore(+0 -1)📝
packaging/Windows/ATCS_Installer.nsi(+22 -22)📝
packaging/common/ATCS.sh(+17 -12)📝
packaging/package.sh(+20 -13)📝
res/ATCS_latest(+0 -0)📝
src/com/gpl/rpg/atcontentstudio/ATContentStudio.java(+11 -7)📄 Description
This PR makes it possible to automatically package the zip and exe whenever a github release is created (with a new tag)
Some other changes:
.gitattributesfile, to make sure line endings for.shfiles are always LF not CRLF, since that messes with running the files on linux (where these are only used). Other files will have normalized line endings (native to the current system) when cloning🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.