ajout d'une méthode automatique de publication sur itch

This commit is contained in:
2025-08-20 17:02:20 +02:00
parent 6b2f77c332
commit a81361abec
3 changed files with 17 additions and 2 deletions

4
push-to-itch.sh Normal file
View 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