From 771d1c2efa28065281344ecb77a0724929bc6ed2 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 8 Dec 2022 02:41:04 -0800 Subject: [PATCH] template/scripts/install.sh: Fix --- ci/release/template/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release/template/scripts/install.sh b/ci/release/template/scripts/install.sh index e6fb00720..b77991e77 100755 --- a/ci/release/template/scripts/install.sh +++ b/ci/release/template/scripts/install.sh @@ -9,7 +9,7 @@ main() { ensure_os if [ "$OS" = windows ]; then - "$sh_c" install ./bin/d2 "$PREFIX/bin/d2.exe" + "$sh_c" install ./bin/d2.exe "$PREFIX/bin/d2.exe" else "$sh_c" install ./bin/d2 "$PREFIX/bin/d2" fi