mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-09 03:07:29 -03:00
Removes unnecessary cleanup codes
This commit is contained in:
parent
b34b288a3b
commit
3954a66d42
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -216,8 +216,6 @@ jobs:
|
|||
run: |
|
||||
cd desktop
|
||||
~/Library/Application\ Support/pypoetry/venv/bin/poetry run python ./setup-freeze.py bdist_mac
|
||||
rm -rf build/OnionShare.app/Contents/Resources/lib
|
||||
mv build/exe.macosx-10.9-universal2-3.11/lib build/OnionShare.app/Contents/Resources/
|
||||
~/Library/Application\ Support/pypoetry/venv/bin/poetry run python ./scripts/build-macos.py cleanup-build
|
||||
|
||||
- name: Compress
|
||||
|
|
Loading…
Reference in a new issue