We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca876a commit a550ab9Copy full SHA for a550ab9
1 file changed
README.md
@@ -5,6 +5,6 @@ Application that allows you to scan double-sided documents using a single-sided
5
Double PDF is compiled using pyinstaller with the onefile and noconsole options.
6
7
1. Run the following code in the directory where you downloaded the source code in order to get a executable.
8
-`pyinstaller --onefile --noconsole --icon DoublePDF.ico main.py`
+`pyinstaller --onefile --noconsole --icon DoublePDF.ico --name DoublePDF main.py`
9
10
-2. Open the dist folder and rename the executable to DoublePDF
+2. The dist folder contains the DoublePDF executable.
0 commit comments