We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff7bf2 commit da53d18Copy full SHA for da53d18
scripts/start_ursim.sh
@@ -284,7 +284,12 @@ get_download_url_urcap()
284
285
post_setup_polyscopex()
286
{
287
- get_download_url_urcapx latest
+
288
+ if [[ "$URSIM_VERSION" == "${POLYSCOPE_X_MAP[10.7.0]}" ]]; then
289
+ get_download_url_urcapx 0.1.0
290
+ else
291
+ get_download_url_urcapx latest
292
+ fi
293
mkdir -p "${URCAP_STORAGE}"
294
urcapx_file="${URCAP_STORAGE}/external-control-$URCAPX_VERSION.urcapx"
295
if [[ ! -f "$urcapx_file" ]]; then
0 commit comments