ajout d'une méthode automatique de publication sur itch
This commit is contained in:
4
push-to-itch.sh
Normal file
4
push-to-itch.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
VERSION=$(grep config/version project.godot | cut -d'"' -f2 )
|
||||
cd .export/web
|
||||
zip web.zip *
|
||||
butler push web.zip zink-exe/seeding-the-wasteland-prototype:web --userversion $VERSION
|
||||
Reference in New Issue
Block a user