Skip to content

Commit

Permalink
one dir instead of one file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Jan 16, 2024
1 parent 9b6ecaa commit 5f49985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/fflipper-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
branches: [main]
pull_request:

name: Test

jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion fflipper/pyinstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def install():
PyInstaller.__main__.run([
path_to_main,
'--onefile',
'--onedir',
'--windowed',
f'--add-data={path_to_ffmpeg_binary}:bin',
'--icon=logo/fflipper.icns',
Expand Down

0 comments on commit 5f49985

Please sign in to comment.