We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dc6a8 commit 0d42c35Copy full SHA for 0d42c35
README.md
@@ -196,6 +196,7 @@ iconutil -c icns MyIcon.iconset
196
#### For Macos (ARM)
197
198
> Only on Mac ARM
199
+>
200
> Generate into a dist folder
201
```bash
202
pyinstaller --windowed --onedir app_whisper.py --name "Transcriber (ARM)" --icon assets/MyIcon.icns
@@ -206,6 +207,7 @@ pyinstaller --windowed --onedir app_whisper.py --name "Transcriber (ARM)" --icon
206
207
#### For Macos (Intel)
208
209
> This version can be readable on macos intel AND macos arm.
210
211
212
213
arch -x86_64 pyinstaller --windowed --onedir app_whisper.py --name "Transcriber (Intel)" --icon assets/MyIcon.icns
0 commit comments