blob: dc62ca256cf9e7c25148631994fbe5963313fc06 (
plain) (
blame)
1
2
3
4
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
|