We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6782fff commit dd93450Copy full SHA for dd93450
DelugeBuild.bat
@@ -4,7 +4,7 @@ ECHO CD to Deluge.....
4
if NOT exist "C:\deluge-develop" echo deluge source not found
5
cd C:\deluge-develop || exit /b
6
ECHO Make Relase File.....
7
-2.0.0.dev > RELEASE-VERSION
+ECHO 2.0.0.dev > RELEASE-VERSION
8
ECHO Deluge setup.py build.....
9
python setup.py build || exit /b
10
ECHO Deluge setup.py install.....
0 commit comments