Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change speaker.png to resource file
  • Loading branch information
HappyCthulhu authored Jul 5, 2022
1 parent 4d2a1f2 commit 3d7cc2f
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 3d7cc2f

Please sign in to comment.