From 841ada8d67dff07142b5727ace6dd89169ea83b7 Mon Sep 17 00:00:00 2001 From: Travis V Date: Mon, 16 Dec 2024 20:55:58 -0500 Subject: [PATCH] Removed lzma because erroring on Ubuntu --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6419ad1..f9f53c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: if [ "${{ matrix.os }}" = "windows-latest" ]; then pyinstaller --onefile --noconsole --name gptree.exe cli_tool_gptree/main.py else - pyinstaller --onefile --noconsole --upx-dir=/usr/bin --no-lzma --name gptree cli_tool_gptree/main.py + pyinstaller --onefile --noconsole --upx-dir=/usr/bin --name gptree cli_tool_gptree/main.py fi # Rename binaries for platform-specific names