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:
parent
ae46a576b7
commit
c808460fe2
2 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Binary file not shown.
Reference in a new issue