mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2025-06-05 22:09:21 +02:00
Update scripts and NES compatibility, add PNG to NES CHR convert
This commit is contained in:
5
Tools/python3.sh
Normal file
5
Tools/python3.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
[ "$(shell uname --operating-system)" = "Msys" ] \
|
||||
&& cmd //c "$(cygpath --windows "$(dirname "$(realpath "$0")")/WindowsRefreshEnv.cmd") && python3 $@" \
|
||||
|| python3 $@ \
|
||||
;
|
Reference in New Issue
Block a user