From d460d3ccdf344f5cdebc1a78788bd9646556f0c3 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 31 Oct 2021 14:06:59 +0330 Subject: [PATCH] change windows bundle names --- scripts/windows-bundler.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/windows-bundler.sh b/scripts/windows-bundler.sh index 2545866a..f344d92b 100755 --- a/scripts/windows-bundler.sh +++ b/scripts/windows-bundler.sh @@ -12,13 +12,13 @@ if [ $1 = "win32" ]; then jre="OpenJDK8U-jre_x86-32_windows_hotspot_8u292b10.zip" jre_release="jdk8u292-b10" jre_url="https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/$jre_release/$jre" - arch="win32" + arch="windows-x86" electron="electron-$electron_version-win32-ia32.zip" else jre="OpenJDK8U-jre_x64_windows_hotspot_8u302b08.zip" jre_release="jdk8u302-b08" jre_url="https://github.com/adoptium/temurin8-binaries/releases/download/$jre_release/$jre" - arch="win64" + arch="windows-x64" electron="electron-$electron_version-win32-x64.zip" fi