blob: 9074efad819840f5f5e6a90dadeb681e5569b65c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@echo off
echo Release commencing...
cd ..
rem make binary
"c:\program files\nsis\makensis.exe" inspircd-noextras.nsi
rem determine name for the binary
perl rename_installer.pl
@echo on
|