Skip to content

Commit

Permalink
rename to installer.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadangdut33 committed Oct 4, 2023
1 parent e19ca35 commit db914f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you are using the installer version, you can run the uninstaller. If you are

## Building

The app is build using cx_freeze. To build, run `python build.py build_exe`. The built app will be in the `build` folder. To make the installer, you can also run `python build.py bdist_msi` but this is limited so i use [inno setup](https://jrsoftware.org/isinfo.php) which you can follow the example script located in [installer_example.iss](./installer_example.iss)
The app is build using cx_freeze. To build, run `python build.py build_exe`. The built app will be in the `build` folder. To make the installer, you can also run `python build.py bdist_msi` but this is limited so i use [inno setup](https://jrsoftware.org/isinfo.php) which you can follow the script located in [installer.iss](./installer.iss)

# Attribution

Expand Down
File renamed without changes.

0 comments on commit db914f3

Please sign in to comment.