This commit is contained in:
Bryce Covert
2021-01-16 12:18:39 -08:00
parent 1fd7c36e87
commit f14f3a6735
53 changed files with 1222 additions and 2290 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
LEIN_SNAPSHOTS_IN_RELEASE=true lein do clean, compile, uberjar
LEIN_SNAPSHOTS_IN_RELEASE=true lein with-profile steam do clean, compile, uberjar
java -jar packr.jar build-windows.json
java -jar packr.jar build-osx.json
java -jar packr.jar build-linux-64.json