We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6255c commit 998a961Copy full SHA for 998a961
docs/MAINTAINER.md
@@ -89,8 +89,8 @@ pyinstaller --noconfirm .\target\PyInstaller-Windows\Slice-Windows.spec
89
Generate the Windows Inno Setup installer:
90
91
- Launch Inno Setup
92
-- Open the `target\InnoSetup-Windows` ISS configuration file in the application
93
-- 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
94
- Build the installer
95
96
The installer file is located on the path `dist\Windows-Installer\Slice-[VERSION]-Installer.exe`.
0 commit comments