Initial release

This commit is contained in:
Iván Delgado 2021-02-08 01:57:58 +01:00
parent 78ad1f6195
commit b98f21b30c
3 changed files with 6 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,5 +1,5 @@
build
dist
compile.sh
.vscode
src/languages
src/languages
TileMolester.jar

View File

@ -6,7 +6,6 @@ It was originally developed SnowBro and later improved by Central MiB and Lab313
## Changelog
-----
### v0.20 (by toruzz)
- Native theme loading in Windows and Linux

4
compile.sh Executable file
View 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/ .