Skip to content

Commit a550ab9

Browse files
authored
Added name option to pyinstaller
This automatically renames the executable to DoublePDF
1 parent eca876a commit a550ab9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Application that allows you to scan double-sided documents using a single-sided
55
Double PDF is compiled using pyinstaller with the onefile and noconsole options.
66

77
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`
8+
`pyinstaller --onefile --noconsole --icon DoublePDF.ico --name DoublePDF main.py`
99

10-
2. Open the dist folder and rename the executable to DoublePDF
10+
2. The dist folder contains the DoublePDF executable.

0 commit comments

Comments
 (0)