mirror of
https://github.com/alee14-projects/AAP-Installer.git
synced 2025-01-22 16:06:12 -05:00
5 lines
No EOL
178 B
Batchfile
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 |