AAP-Installer/create_installer.bat
2020-08-02 11:23:12 -07:00

5 lines
No EOL
178 B
Batchfile

@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