Skip to content

Commit

Permalink
[MAINTAINER.md] add the full .iss Inno Setup config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 28, 2021
1 parent fc6255c commit 998a961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ pyinstaller --noconfirm .\target\PyInstaller-Windows\Slice-Windows.spec
Generate the Windows Inno Setup installer:

- Launch Inno Setup
- Open the `target\InnoSetup-Windows` ISS configuration file in the application
- Edit the Slice version string
- Open the `target\InnoSetup-Windows\Slice-Installer.iss` ISS configuration file in the application
- Edit the Slice version string in the .iss configuration file
- Build the installer

The installer file is located on the path `dist\Windows-Installer\Slice-[VERSION]-Installer.exe`.
Expand Down

0 comments on commit 998a961

Please sign in to comment.