summaryrefslogtreecommitdiff
path: root/bin/build-windows-installer
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2023-05-22 22:33:19 +0200
committerGitHub <noreply@github.com>2023-05-22 22:33:19 +0200
commitef6f6580df6e8fbce913eecc1fe7e0f8caf1315b (patch)
treec1119a5d1affd44ad27e60cc6981ac98534c518d /bin/build-windows-installer
parentda54f104e6bf5d0e98f7479cf1d060c76e0b01f2 (diff)
Update electron version to v14.2.9 (#2214)
Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva
Diffstat (limited to 'bin/build-windows-installer')
-rwxr-xr-x[-rw-r--r--]bin/build-windows-installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-windows-installer b/bin/build-windows-installer
index a2d421ce..90f72d71 100644..100755
--- a/bin/build-windows-installer
+++ b/bin/build-windows-installer
@@ -1,5 +1,5 @@
#!/bin/bash
-VERSION="$(echo ${GITHUB_REF} | sed -e 's|refs/heads/||' -e 's|refs/tags/||' -e 's|/|-|g')"
+VERSION="${VERSION:-$(echo ${GITHUB_REF} | sed -e 's|refs/heads/||' -e 's|refs/tags/||' -e 's|/|-|g')}"
OS="${BUILD:-$(uname)}"
# Create windows installer
mkdir win