mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-30 09:56:14 -05:00
10 lines
240 B
Batchfile
10 lines
240 B
Batchfile
|
set CurPath=%~dp0
|
||
|
set DownloadPath=%CurPath%download
|
||
|
set ToolsPath=%CurPath%tools
|
||
|
set TempPath=%CurPath%tmp
|
||
|
set MSYSPath=%CurPath%msys
|
||
|
set LibsPath=%CurPath%libs
|
||
|
|
||
|
set CurlExe=%ToolsPath%\curl.exe
|
||
|
set SevenZipExe=%ToolsPath%\7z.exe
|