don't store the unsup jar in git for atlauncher builds, use wget instead to download the jar from git.sleeping.town on run

This commit is contained in:
SeaswimmerTheFsh 2024-03-23 20:55:17 -04:00
parent ae46a576b7
commit c808460fe2
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 1 additions and 0 deletions

View file

@ -62,6 +62,7 @@ jobs:
mkdir -vp /export/atlauncher/.minecraft
cp -vrT ./build/atlauncher /export/atlauncher
cp -vp ./unsup.ini /export/atlauncher/.minecraft/
wget -O /export/atlauncher/.minecraft/galacticfactory-updater.jar https://git.sleeping.town/attachments/7edb17a2-e43f-4789-8bae-6140cbe98311
mkdir -vp /export/prism/.minecraft
cp -vrT ./build/prism /export/prism