mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04: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
|