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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue