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 491e66f commit 74b4dadCopy full SHA for 74b4dad
fluidterm/HOWTO-COMPILE.md
@@ -4,7 +4,7 @@ You have to do this on the host system on which you wish to run
4
the executable.
5
6
python3 -m pip install pyinstaller
7
- python3 -m PyInstaller --oneline fluidterm.py
+ python3 -m PyInstaller --onefile fluidterm.py
8
9
The output is in dist\fluidterm.exe (Windows) or dist\fluidterm
10
(Linux and MacOS). On Linux and Mac, the executable may depend
0 commit comments