aboutsummaryrefslogtreecommitdiff
path: root/installer/create_installer.bat
blob: b32f92c48546c183f59e8fb6a8b63dd65732de1e (plain) (blame)
1
2
3
4
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