aboutsummaryrefslogtreecommitdiff
path: root/create_installer.bat
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2020-08-02 11:23:12 -0700
committerAndrew Lee <alee14498@gmail.com>2020-08-02 11:23:12 -0700
commit8f80d7c51d304c61fbe7f4b04c21312fe43b00a9 (patch)
tree50ff7e2b1b8e21e93c2bac2e8e808e37cf7a838f /create_installer.bat
parentc4d5046b7f868b694bf3f5c676e79e4511df4a2b (diff)
downloadAAP-Installer-8f80d7c51d304c61fbe7f4b04c21312fe43b00a9.tar.gz
AAP-Installer-8f80d7c51d304c61fbe7f4b04c21312fe43b00a9.tar.bz2
AAP-Installer-8f80d7c51d304c61fbe7f4b04c21312fe43b00a9.zip
Added title in batch
Diffstat (limited to 'create_installer.bat')
-rw-r--r--create_installer.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/create_installer.bat b/create_installer.bat
index 6993746..dc62ca2 100644
--- a/create_installer.bat
+++ b/create_installer.bat
@@ -1,4 +1,5 @@
@echo off
+title Alee Audio Player Installer Creator
echo Creating Installer...
binarycreator.exe -v --offline-only -c config\config.xml -p packages AleePlayer-Installer.exe
pause \ No newline at end of file