crystal-bit / godot-game-template

Generic template for Godot games
MIT License
598 stars 47 forks source link

release.sh: cross platform support? Convert to Python script? #85

Open davcri opened 9 months ago

davcri commented 9 months ago

Currently release.sh works fine on Linux and OSX.
On Windows users need to use something like WSL.

I'd like to have a cross platform script so the options are:

  1. implement the same script in PowerShell
  2. convert the current script to Python 3 (+ add install instructions for each OS?)