mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Update renconstruct dir command
This commit is contained in:
parent
8dd717abeb
commit
ac1c51543e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ steps:
|
|||
- sed -i -e "s/VERSION/${RenpyVersion}/g" game/options.rpy #Change the renpy version to the woodpecker reuqested one.
|
||||
#Get Renkit
|
||||
- wget -qO- "https://github.com/kobaltcore/renkit/releases/download/v${RenkitVersion}/renkit-x86_64-unknown-linux-gnu.tar.xz" | tar -Jax --directory=/tmp/
|
||||
- /tmp/renkit-x86_64-unknown-linux-gnu/renconstruct build "." dist/
|
||||
- /tmp/renkit-x86_64-unknown-linux-gnu/renconstruct build -c "renconstruct.toml" dist/
|
||||
- mkdir "dist/android"
|
||||
- mv dist/*.apk "dist/android"
|
||||
- cd /tmp/
|
||||
|
|
Loading…
Reference in a new issue