Skip to content

Commit 0d42c35

Browse files
authored
Update README.md
1 parent 80dc6a8 commit 0d42c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ iconutil -c icns MyIcon.iconset
196196
#### For Macos (ARM)
197197

198198
> Only on Mac ARM
199+
>
199200
> Generate into a dist folder
200201
```bash
201202
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
206207
#### For Macos (Intel)
207208

208209
> This version can be readable on macos intel AND macos arm.
210+
>
209211
> Generate into a dist folder
210212
```bash
211213
arch -x86_64 pyinstaller --windowed --onedir app_whisper.py --name "Transcriber (Intel)" --icon assets/MyIcon.icns

0 commit comments

Comments
 (0)