mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 17:05:16 -04:00
merge main and fix conflicts
This commit is contained in:
commit
17b8007514
137 changed files with 9945 additions and 2189 deletions
|
@ -2,7 +2,7 @@ $env:MEEK_TAG = 'v0.38.0'
|
|||
|
||||
New-Item -ItemType Directory -Force -Path .\build\meek
|
||||
cd .\build\meek
|
||||
git clone https://git.torproject.org/pluggable-transports/meek.git
|
||||
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek.git
|
||||
cd meek
|
||||
git checkout $MEEK_TAG
|
||||
go build .\meek-client
|
||||
|
|
|
@ -5,7 +5,7 @@ OS=$(uname -s)
|
|||
|
||||
mkdir -p ./build/meek
|
||||
cd ./build/meek
|
||||
git clone https://git.torproject.org/pluggable-transports/meek.git || echo "already cloned"
|
||||
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek.git || echo "already cloned"
|
||||
cd meek
|
||||
git checkout $MEEK_TAG
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ $env:SNOWFLAKE_TAG = 'v2.8.1'
|
|||
|
||||
New-Item -ItemType Directory -Force -Path .\build\snowflake
|
||||
cd .\build\snowflake
|
||||
git clone https://git.torproject.org/pluggable-transports/snowflake.git
|
||||
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
|
||||
cd snowflake
|
||||
git checkout $SNOWFLAKE_TAG
|
||||
go build .\client
|
||||
|
|
|
@ -5,7 +5,7 @@ OS=$(uname -s)
|
|||
|
||||
mkdir -p ./build/snowflake
|
||||
cd ./build/snowflake
|
||||
git clone https://git.torproject.org/pluggable-transports/snowflake.git || echo "already cloned"
|
||||
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git || echo "already cloned"
|
||||
cd snowflake
|
||||
git checkout $SNOWFLAKE_TAG
|
||||
if [ "$OS" == "Darwin" ]; then
|
||||
|
|
|
@ -324,7 +324,7 @@ def main():
|
|||
@main.command()
|
||||
def cleanup_build():
|
||||
"""Delete unused PySide6 stuff to save space"""
|
||||
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.11")
|
||||
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.12")
|
||||
before_size = get_size(build_path)
|
||||
|
||||
for dirname in ["qml"]:
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue