Download this file
16 lines (9 with data), 288 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14 | SET DPVERSION=0.2.0
set ZIPNAME=Output\directpython11-%DPVERSION%-source.zip
set TEMP_DIR=C:\Temp\directpython11srctemp
del %ZIPNAME%
hg clone ../ %TEMP_DIR%
rmdir /S /Q %TEMP_DIR%\.hg
"C:\Program Files\7-Zip\7z" a %ZIPNAME% %TEMP_DIR%\*
rmdir /S /Q %TEMP_DIR%
pause
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.