Skip to content

Commit

Permalink
Update linux_64_bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaasadi authored Sep 9, 2024
1 parent 7cf54bd commit 51aa47b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/linux_64_bundle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bundle Persepolis Download Manager for linux
name: Bundle Persepolis Download Manager for linux
on: workflow_dispatch
jobs:
bundle-linux:
Expand All @@ -25,13 +25,9 @@ jobs:
- name: Extract ffmpeg
run: tar -xf ffmpeg-master-latest-linux64-gpl.tar.xz ffmpeg-master-latest-linux64-gpl/bin/ffmpeg --strip-components 2
- name: Build
run: |
ls -lrth
pyinstaller -n "Persepolis Download Manager" -F --clean --windowed --add-binary "ffmpeg:." ./persepolis/persepolis/Persepolis\ Download\ Manager.py
run: pyinstaller -n "Persepolis Download Manager" -F --clean --windowed --add-binary "ffmpeg:." ./persepolis/persepolis/Persepolis\ Download\ Manager.py
- name: Archive build
uses: actions/upload-artifact@v4
with:
name: Archive build
path: dist/Persepolis\ Download\ Manager
- name: Test
run: ./dist/Persepolis\ Download\ Manager --version

0 comments on commit 51aa47b

Please sign in to comment.