Update renconstruct dir command

This commit is contained in:
Iggy 2024-08-24 22:17:42 -03:00
parent 8dd717abeb
commit ac1c51543e

View file

@ -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/