Skip to content

Commit d6470cf

Browse files
authored
Update README.md
1 parent 604f659 commit d6470cf

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,17 @@ pyinstaller -F -i "mylogo.ico"--add-data "Additionalimage.png;." myprogram.py --
5555
4. Go to **dist** folder and get application file, delete remain file except for resources.</br>
5656

5757

58-
**🤩 Congratulations**, you successfully created your standalone application</br>
59-
58+
**Congratulations ! 🤩
59+
You successfully created your standalone application.**</br>
60+
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.
62+
63+
64+
6065

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.</br>
6266

6367

64-
5. Open Inno setup to make (.exe) file which is Installable/Executable in PC, select Create a new script file using **Script Wizard** and browse to select your application.</br>
68+
5. Open Inno setup to make (.exe) file which is Installable/Executable in PC, select create a new script file using **Script Wizard** and browse to select your application.</br>
6569

6670

6771
6. Select all required things for your application such as Icon of setup file, Before installation document, Licence .etc</br>
@@ -70,7 +74,7 @@ However if you want your application as **setup.exe**, then windows installer wi
7074
7. Click **Yes** to all, in the end go to Output Folder get **setup file** of application and click on open to install.</br>
7175

7276

73-
**You're done !**
77+
**You're done ! **
7478

7579
## Precautions :
7680
1. Save the resources in one folder, Do not save the folder inside another folder

0 commit comments

Comments
 (0)