Fix PyInstaller command
This commit is contained in:
@@ -63,7 +63,7 @@ Copiez `config.json.template` vers `config.json` puis adaptez :
|
||||
## Compilation
|
||||
|
||||
```bash
|
||||
pyinstaller --onefile --name ai-typewriter main.py
|
||||
pyinstaller --onefile --paths src --name ai-typewriter.exe main.py
|
||||
```
|
||||
|
||||
L'exécutable est généré dans `dist/`. Le binaire n'est pas versionné Git.
|
||||
|
||||
Reference in New Issue
Block a user