mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
Updates snowflake version
This commit is contained in:
parent
2a1a5c324f
commit
d65989577d
@ -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…
x
Reference in New Issue
Block a user