This ticket (below) details how for Windows set up our environment for 0.9.8. Is there a script for mac? we converted the ps1 script to bash, but the url is pointing to windows and and another line pointing at an exe.
url="https://abp.io/api/abp-studio/download/r/windows/${output}" installdir_update="${installdir}/Update.exe"
https://abp.io/support/questions/8627/Install-specific-version-of-ABP-Studio
3 Answer(s)
-
0
Hi, you can change "windows" to "osx" or "osx-intel" and use the same script:
url="https://abp.io/api/abp-studio/download/r/osx/${output}"
Regards.
-
0
so i do not need to change this line: installdir_update="${installdir}/Update.exe"
-
0
so i do not need to change this line: installdir_update="${installdir}/Update.exe"
Sorry, for the inconvenience.
${installdir}
should be changed for Mac. And also, instead ofupdate.exe
, you should rename it asupdate
.