mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10813 e03df62e-2008-0410-955e-edbf42e46eb7
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 |