mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-30 19:51:11 -04:00
10 lines
142 B
Batchfile
10 lines
142 B
Batchfile
set makensis=%ProgramFiles%\NSIS\Unicode\makensis /DUSE_MUI /Dlzma
|
|
|
|
%makensis% /Dfull main
|
|
|
|
pause
|
|
|
|
echo Press any key to continue . . .
|
|
|
|
exit
|