Build script (not really)

This commit is contained in:
mattmcw 2021-11-30 14:30:56 -05:00
parent f5c168d997
commit 4550089d7c
1 changed files with 11 additions and 0 deletions

11
build.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# Right now the app has to be exported from the IDE.
#
mkdir -p releases
mkdir -p releases/linux
mkdir -p releases/windows
mv application.linux* releases/linux/
mv application.windows* releases/windows/