Skip to content

Commit

Permalink
Update URL to download tool4d
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Apr 2, 2024
1 parent fcb01c9 commit 4446bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,12 @@ if [[ $RUNNER_OS == 'macOS' ]]; then
arch="x86"
fi
url="https://resources-download.4d.com/release/$product_line/$version/$build/mac/tool4d_v"$version_in_name"_mac_$arch.tar.xz"
url="https://resources-download.4d.com/release/$product_line/$version/$build/mac/tool4d_mac_$arch.tar.xz"
option=xJf
tool4d_bin=./tool4d.app/Contents/MacOS/tool4d
elif [[ $RUNNER_OS == 'Windows' ]]; then
url="https://resources-download.4d.com/release/$product_line/$version/$build/win/tool4d_v"$version_in_name"_win.tar.xz"
url="https://resources-download.4d.com/release/$product_line/$version/$build/win/tool4d_win.tar.xz"
option=xJf
tool4d_bin=./tool4d/tool4d.exe
else
Expand Down

0 comments on commit 4446bec

Please sign in to comment.