Skip to content

Commit

Permalink
Added an app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
heyJordanParker committed Dec 27, 2021
1 parent 0c2fccc commit f5b6446
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -19,10 +19,10 @@ nodemon .\resolveAdvancedImporter.py --ignore *json

Create Windows exe with:
```
pyinstaller -F --noconsole .\resolveAdvancedImporter.py && copy config.json dist\config.json && ren dist "Resolve Advanced Importer"
pyinstaller -F --noconsole --icon=resolveImporter.ico .\resolveAdvancedImporter.py && copy config.json dist\config.json && ren dist "Resolve Advanced Importer"
```

Create OSX app with:
```
pyinstaller -F --noconsole ./resolveAdvancedImporter.py && cp config.json dist/resolveAdvancedImporter.app/Contents/MacOS/config.json && mv dist "Resolve Advanced Importer"
pyinstaller -F --noconsole --icon=resolveImporter.ico ./resolveAdvancedImporter.py && cp config.json dist/resolveAdvancedImporter.app/Contents/MacOS/config.json && mv dist "Resolve Advanced Importer"
```
Binary file added resolveImporter.ico
Binary file not shown.

0 comments on commit f5b6446

Please sign in to comment.