Skip to content

Commit 9084eb4

Browse files
authored
Update README.md
1 parent 3312d21 commit 9084eb4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pyinstaller -F -i "mylogo.ico"--add-data "Additionalimage.png;." myprogram.py --
5858
**Congratulations ! 🤩
5959
You successfully created your standalone application.**</br>
6060

61-
* However if you want your application as setup.exe, then windows installer will extract the installation resources from itself and manage their installation directly then go with the below steps.
61+
* However if you want your application as setup.exe, windows installer will extract the installation resources from itself and manage their installation directly then, go with the below steps.
6262

6363

6464

@@ -97,7 +97,10 @@ Message not shows.</br>
9797
* [Pyinstaller](https://pyinstaller.readthedocs.io/en/stable/operating-mode.html)
9898
* [Inno Setup Compiler](https://jrsoftware.org/isdl.php)</br>
9999
* [Real Python](https://realpython.com/pyinstaller-python/#:~:text=PyInstaller%20supports%20making%20executables%20for,machine%20for%20each%20supported%20OS)
100-
* Feel free to report <b>[issues](https://github.com/Abhijeetbyte/Python-Script-to-Application/issues/new)</b>
100+
101+
Feel free to report <b>[issues](https://github.com/Abhijeetbyte/Python-Script-to-Application/issues/new)</b>
102+
103+
101104

102105

103106

0 commit comments

Comments
 (0)