Skip to content

Commit f54e079

Browse files
committed
Linux build: Use --onefile again
1 parent 45f0618 commit f54e079

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## Changes compared to v2.0.1.5612
88

99
- The Pathfinder is no longer in use on Linux.
10+
- The Linux build parts of the readme have been updated to say you should use `--onefile` again.
1011

1112
## Known issues
1213

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ For the update checker, a version code is being used instead of the number. Here
258258
11. With your virtual environment selected, try to run a Python script. If it throws an error, that's okay. We just need to activate the venv anyway.
259259
12. Within the terminal VS Code just opened, type: `pip install --upgrade pip PyInstaller PySide6 python-magic requests python-dateutil psutil pyqtdarktheme`
260260
13. After this is done, run the main.py script.
261-
14. To compile the program for users who don't have Python installed, type: `PyInstaller emugui.py` (for those who can get a VENV to work) or `python3 -m PyInstaller emugui.py`
261+
14. To compile the program for users who don't have Python installed, type: `PyInstaller --onefile emugui.py` (for those who can get a VENV to work) or `python3 -m PyInstaller --onefile emugui.py`
262262
15. After that is finished, copy the code into the dist folder PyInstaller created.
263263
16. Run the executable in the dist folder. If your antivirus puts it into quarantine, don't worry as this should be a false positive and restore it.
264264
17. If it works, have fun! If not, try to start again from number 7.
@@ -287,7 +287,7 @@ For the update checker, a version code is being used instead of the number. Here
287287
13. With your virtual environment selected, try to run a Python script. If it throws an error, that's okay. We just need to activate the venv anyway.
288288
14. Within the terminal VS Code just opened, type: `pip install --upgrade pip PyInstaller PySide6 python-magic requests python-dateutil psutil pyqtdarktheme`
289289
15. After this is done, run the main.py script.
290-
16. To compile the program for users who don't have Python installed, type: `PyInstaller .\emugui.py`
290+
16. To compile the program for users who don't have Python installed, type: `PyInstaller --onefile emugui.py`
291291
17. After that is finished, copy the code into the dist folder PyInstaller created.
292292
18. Run the executable in the dist folder. If your antivirus puts it into quarantine, don't worry as this should be a false positive and restore it.
293293
19. If it works, have fun! If not, try to start again from number 9.
@@ -313,7 +313,7 @@ For the update checker, a version code is being used instead of the number. Here
313313
10. Open the venv in VS Code and try to run a Python script with it.
314314
11. Within the VS Code terminal, type: `& pip install --upgrade pip PyInstaller PySide6 python-magic PyQt6 requests python-dateutil psutil pyqtdarktheme`
315315
12. After this is done, run the main.py script.
316-
13. To compile the program for users who don't have Python installed, type: `& PyInstaller .\emugui.py`
316+
13. To compile the program for users who don't have Python installed, type: `& PyInstaller --onefile emugui.py`
317317
14. After that is finished, copy the code into the dist folder PyInstaller created.
318318
15. Run the executable in the dist folder. If your antivirus puts it into quarantine, don't worry as this should be a false positive and restore it.
319319
16. If it works, have fun! If not, try to start again from number 9.

0 commit comments

Comments
 (0)