mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Updates snowflake version
This commit is contained in:
parent
5aa4cc0957
commit
c948e7abdf
@ -1,4 +1,4 @@
|
||||
$env:SNOWFLAKE_TAG = 'v2.6.0'
|
||||
$env:SNOWFLAKE_TAG = 'v2.8.1'
|
||||
|
||||
New-Item -ItemType Directory -Force -Path .\build\snowflake
|
||||
cd .\build\snowflake
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
SNOWFLAKE_TAG=v2.6.0
|
||||
SNOWFLAKE_TAG=v2.8.1
|
||||
|
||||
OS=$(uname -s)
|
||||
|
||||
@ -19,4 +19,4 @@ if [ "$OS" == "Darwin" ]; then
|
||||
fi
|
||||
else
|
||||
go build -o ../../../onionshare/resources/tor/snowflake-client ./client
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user