We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8497d03 commit 9d7489dCopy full SHA for 9d7489d
.github/workflows/windows.yml
@@ -78,7 +78,7 @@ jobs:
78
$Filename = $current_date + "_" + $git_hash + "_Windows_welle-io-setup_x64"
79
80
echo ""*** Run InnoSetup "***"
81
- & ISCC /O.\ /F$Filename windows_installer.iss
+ & ISCC /O.\ /F$Filename /DGitHash=$git_hash windows_installer.iss
82
83
- name: Archive artifacts (welle.io Windows installer)
84
if: always() && steps.create_installer.outcome == 'success'
windows_installer.iss
@@ -6,9 +6,11 @@
6
7
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES!
8
9
+#define GitHash "unkonwn_git_hash"
10
+
11
[Setup]
12
AppName=welle.io
-AppVersion=2.5-dev
13
+AppVersion=2.5-{#GitHash}
14
WizardStyle=modern
15
DefaultDirName={autopf}\welle.io
16
DefaultGroupName=welle.io
0 commit comments