Skip to content

Commit

Permalink
Duplicate windows x86 installer to have one without architecture suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Sep 30, 2024
1 parent 978211c commit 2ff7f11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/buildserver-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ function build_ref {

case "$(uname -s)" in
MINGW*|MSYS_NT*)
echo "Copying _x64.exe file to .exe for backwards and forwards compatibility"
find $artifact_dir -type f -name 'MullvadVPN*_x64.exe' \
-exec bash -c 'cp "$0" "${0%_x64.exe}.exe"' {} \;

echo "Building ARM64 installers"
target=aarch64-pc-windows-msvc artifact_dir=$artifact_dir build "${build_args[@]}" || return 1

Expand Down

0 comments on commit 2ff7f11

Please sign in to comment.