diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e624327b..1aa11077 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: pip install pyinstaller cargo rustc --release -- -C link-arg=-undefined -C link-arg=dynamic_lookup mv ./target/release/libtt_damage_calculator.dylib ./src/tt_damage_calculator/tt_damage_calculator.so - pyinstaller "Toontown Damage Calculator.spec" + pyinstaller "Toontown Damage Calculator.spec" --windowed cp -R ./src/tt_damage_calculator/assets ./dist/assets cp -R ./LICENSE ./dist - name: Upload executable