Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HappyCthulhu/braw_to_mov into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Валерий Газаров committed Jul 5, 2022
2 parents ae0d0f0 + 3d7cc2f commit e76e3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ If after trying to launch the application, you get an error "braw2mov can`t be o
Commands for pyinstaller:
### OS X:
```
pyinstaller --noconfirm --onedir --windowed --name braw2mov --icon "b2m.icns" --add-data "./song.mp3:." --add-data "./speaker.png:." "./app.py"
pyinstaller --noconfirm --onedir --windowed --name braw2mov --icon "b2m.icns" --add-data "./song.mp3:." --add-data "./resource.rcc:." "./app.py"
```

### Linux:
```
pyinstaller --noconfirm --onefile --name braw2mov --icon "b2m.icns" --add-data "./song.mp3:." --add-data "./speaker.png:." "./app.py"
pyinstaller --noconfirm --onefile --name braw2mov --icon "b2m.icns" --add-data "./song.mp3:." --add-data "./resource.rcc:." "./app.py"
```

Expand Down

0 comments on commit e76e3f8

Please sign in to comment.