File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
; along with this program. If not, see <https://www.gnu.org/licenses/>.
18
18
19
19
#define BUILDPATH " ..\..\dist\Slice.exe"
20
+ #define SliceVersion " 0.3.0"
20
21
21
22
[Setup]
22
23
AppName = Slice
23
- AppVersion = GetFileVersion({#BUILDPATH})
24
+ AppVersion = {#SliceVersion}
24
25
AppPublisher = " Christopher Simpkins"
25
26
AppPublisherURL = https://github.com/source-foundry/Slice
26
27
AppReadmeFile = https://github.com/source-foundry/Slice/blob/main /README .md
@@ -34,7 +35,7 @@ SetupIconFile=..\..\icons\Icon.ico
34
35
UninstallDisplayIcon = {app} \Slice.exe
35
36
Compression = lzma2
36
37
SolidCompression = yes
37
- OutputBaseFilename = Slice-Installer
38
+ OutputBaseFilename = Slice-{#SliceVersion}- Installer
38
39
OutputDir = ..\..\dist\Windows-Installer
39
40
LicenseFile = ..\..\LICENSE
40
41
You can’t perform that action at this time.
0 commit comments