template/scripts/install.sh: Fix
This commit is contained in:
parent
87f811f538
commit
771d1c2efa
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ main() {
|
||||||
|
|
||||||
ensure_os
|
ensure_os
|
||||||
if [ "$OS" = windows ]; then
|
if [ "$OS" = windows ]; then
|
||||||
"$sh_c" install ./bin/d2 "$PREFIX/bin/d2.exe"
|
"$sh_c" install ./bin/d2.exe "$PREFIX/bin/d2.exe"
|
||||||
else
|
else
|
||||||
"$sh_c" install ./bin/d2 "$PREFIX/bin/d2"
|
"$sh_c" install ./bin/d2 "$PREFIX/bin/d2"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue