Introducing the main window, yet more tweaks to localization support

This commit is contained in:
2020-08-01 18:28:47 -05:00
parent 7c7a52c113
commit 73c8245eff
29 changed files with 382 additions and 83 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ pack:
$(eval jarname = "pvbemu_`date +%Y%m%d`.jar")
@echo " Bundling into $(jarname)"
@jar -cfe $(jarname) Main *.class \
app locale native src util vue makefile license.txt
app images locale native src util vue makefile license.txt
# Delete only Java .class files
.PHONY: clean_desktop