mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
[PR #7] [MERGED] Build scripts #7
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/7
Author: @OMGeeky
Created: 2/15/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @NutAndor
Base:
master← Head:build-scripts📝 Commits (10+)
c4d71dfCreate a packaging scriptecc9a35Allow it to be ran on windows4571beafix missing "4d03c15Improve some error messagesa00b8fbfix typoae3ca5dfix typo & improve path safety (space in path should now be allowed)89f764bMerge branch 'AndorsTrailRelease:master' into masterc98f517Add initial project configuration files and setup for ATContentStudio5cdb42aclean up script00ec5feUpdate build script to include all Java files in the compilation process📊 Changes
17 files changed (+350 additions, -5 deletions)
View changed files
📝
.gitignore(+7 -0)➕
.idea/.gitignore(+8 -0)➕
.idea/artifacts/ATContentStudio_jar.xml(+18 -0)➕
.idea/misc.xml(+4 -0)➕
.idea/modules.xml(+8 -0)➕
.idea/vcs.xml(+6 -0)➕
ATContentStudio.iml(+117 -0)➕
packaging/Manifest.txt(+2 -0)➕
packaging/common/ATCS.cmd(+18 -0)➕
packaging/common/ATCS.env(+4 -0)➕
packaging/common/ATCS.ico(+0 -0)➕
packaging/common/ATCS.sh(+21 -0)➕
packaging/package-windows.sh(+1 -0)➕
packaging/package.sh(+119 -0)➕
src/META-INF/MANIFEST.MF(+6 -0)📝
src/com/gpl/rpg/atcontentstudio/model/gamedata/ActorCondition.java(+5 -0)📝
src/com/gpl/rpg/atcontentstudio/model/gamedata/JSONElement.java(+6 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.