This commit is contained in:
William Moore 2023-04-01 20:57:43 -05:00
parent 0c54e11cdd
commit d14201ffaf
2 changed files with 25 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
*.i6
*.*blorb
*.z8
*.ulx
.DS_Store
build/
dist/
Release/
Index/
*.plist
*.blurb
*.iFiction
*.log
*.glksave
Icon?
gametext.txt
.vscode/

8
release.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
rm -rf "$3"
python3 ../blorbtool.py "$1" giload "$2" interpreter
eps2eps "$4/Inform Map.eps" "Inform Map.eps"
mv "Inform Map.eps" "$4/Inform Map.eps"
cp -R "$4" "$3"