mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
13 lines
202 B
Batchfile
13 lines
202 B
Batchfile
|
@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
|