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 9a191bd commit 735cdedCopy full SHA for 735cded
README.md
@@ -43,7 +43,7 @@ This is my first major work in Python, teaching myself the language by convertin
43
```
44
2. Build the executable:
45
```sh
46
- pyinstaller -n 'Mod Organizer Separator Generator' --onefile -w interface.py backend.py --add-data "resources;resources" -i 'resources/icon.ico
+ pyinstaller -n 'Mod Organizer Separator Generator' --onefile -w interface.py backend.py --add-data "resources;resources" -i 'resources/icon.ico'
47
48
3. The executable will be located in the `dist` directory.
49
0 commit comments