Initial release
This commit is contained in:
parent
78ad1f6195
commit
b98f21b30c
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
compile.sh
|
|
||||||
.vscode
|
.vscode
|
||||||
src/languages
|
src/languages
|
||||||
|
TileMolester.jar
|
|
@ -6,7 +6,6 @@ It was originally developed SnowBro and later improved by Central MiB and Lab313
|
||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
-----
|
|
||||||
|
|
||||||
### v0.20 (by toruzz)
|
### v0.20 (by toruzz)
|
||||||
- Native theme loading in Windows and Linux
|
- Native theme loading in Windows and Linux
|
||||||
|
|
4
compile.sh
Executable file
4
compile.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
javac -sourcepath src -d ./build src/TileMolester.java
|
||||||
|
cp -R src/tm/icons build/tm/
|
||||||
|
cp src/tm/splash.gif build/tm/splash.gif
|
||||||
|
jar cvfm TileMolester.jar META-INF/MANIFEST.MF -C build/ .
|
Loading…
Reference in a new issue