updates
This commit is contained in:
parent
0c54e11cdd
commit
d14201ffaf
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal 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
8
release.sh
Executable 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"
|
Loading…
Reference in New Issue
Block a user