aboutsummaryrefslogtreecommitdiff
path: root/installer/create_installer.bat
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-02 15:14:10 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-02 15:14:10 -0400
commitfaa0eef83e66e0d20b6c76826caf7606bd807c74 (patch)
tree5f1531ba7bdd8261b778eaa114495e1cd2f078de /installer/create_installer.bat
parente97e1da7df935bc2186838796e10d6fa4c54210f (diff)
parent78c7e894918ea2d0eb710fe51bdc04e01a7a6b58 (diff)
downloaderable-godot-faa0eef83e66e0d20b6c76826caf7606bd807c74.tar.gz
erable-godot-faa0eef83e66e0d20b6c76826caf7606bd807c74.tar.bz2
erable-godot-faa0eef83e66e0d20b6c76826caf7606bd807c74.zip
Merged with master
Diffstat (limited to 'installer/create_installer.bat')
-rw-r--r--installer/create_installer.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/create_installer.bat b/installer/create_installer.bat
new file mode 100644
index 0000000..b32f92c
--- /dev/null
+++ b/installer/create_installer.bat
@@ -0,0 +1,5 @@
+@echo off
+title Alee Audio Player Installer Creator
+echo Creating Installer...
+C:\Qt\QtIFW-3.2.2\bin\binarycreator.exe -v --offline-only -c config\config.xml -p packages AleePlayer-Installer.exe
+pause \ No newline at end of file