Skip to content

Commit 735cded

Browse files
committed
Fix error in README example code
1 parent 9a191bd commit 735cded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This is my first major work in Python, teaching myself the language by convertin
4343
```
4444
2. Build the executable:
4545
```sh
46-
pyinstaller -n 'Mod Organizer Separator Generator' --onefile -w interface.py backend.py --add-data "resources;resources" -i 'resources/icon.ico
46+
pyinstaller -n 'Mod Organizer Separator Generator' --onefile -w interface.py backend.py --add-data "resources;resources" -i 'resources/icon.ico'
4747
```
4848
3. The executable will be located in the `dist` directory.
4949

0 commit comments

Comments
 (0)