Skip to content

Commit cfc815e

Browse files
authored
command added
1 parent 9084eb4 commit cfc815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pyinstaller -F -i "mylogo.ico" myprogram.py
3737
* ( mylogo.ico = icon file name, myprogram.py = Python file name )
3838

3939

40-
* If you want your executable application in one file **(--onefile command)** and no console running **(--noconsole command)** behind your application then go with the below line.
40+
* If you want your executable application in one file **(--onefile command)** and no console running **(--noconsole command)** behind your application then go with the below line. If your app requires Windows Administrator permission **(--uac-admin command)**
4141

4242
```
4343

0 commit comments

Comments
 (0)