mirror of
https://github.com/YouHaveTrouble/KillTheTower.git
synced 2026-06-29 15:56:18 +00:00
10 lines
242 B
Bash
Executable File
10 lines
242 B
Bash
Executable File
mkdir ./target
|
|
rm ./target/*
|
|
godotpcktool \
|
|
--pack ./target/KillTheTower.pck \
|
|
--action add --remove-prefix staging \
|
|
--file staging/KillTheTower
|
|
cp ./KillTheTower.json ./target/KillTheTower.json
|
|
|
|
cd target && zip -r KillTheTower.zip .
|