diff --git a/docs/packaging/Packaging-Gooey.md b/docs/packaging/Packaging-Gooey.md index ed03334b..68db43fa 100644 --- a/docs/packaging/Packaging-Gooey.md +++ b/docs/packaging/Packaging-Gooey.md @@ -44,7 +44,7 @@ block_cipher = None a = Analysis( ['main.py'], # replace me with the main entry point - pathex=['/path/to/main.py'], # replace me with the appropriate path + pathex=['/path/to/'], # replace me with the appropriate path to main.py, but leave off filename. ... )