14 lines
274 B
Batchfile
14 lines
274 B
Batchfile
@echo off
|
|
|
|
set MODE=%1
|
|
|
|
pushd "%~dp0"
|
|
|
|
setlocal
|
|
call build_%MODE%_x64.cmd
|
|
endlocal
|
|
|
|
wget https://github.com/NebulousLabs/Sia/releases/download/v1.2.0/Sia-v1.2.0-windows-amd64.zip
|
|
wget https://github.com/dokan-dev/dokany/releases/download/v1.0.3/Dokan_x64.msi
|
|
|
|
popd |