1
0

Upload list and package creation

This commit is contained in:
Scott E. Graves
2017-04-15 01:05:41 -05:00
parent f74b4c7aad
commit 37629d124a
13 changed files with 135 additions and 14 deletions

14
package.cmd Normal file
View File

@@ -0,0 +1,14 @@
@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