Open Closed

Mac version of switch-abp-studio-version.ps1 #9339


User avatar
0
paul.harriman created

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)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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.

  • User Avatar
    0
    paul.harriman created

    so i do not need to change this line: installdir_update="${installdir}/Update.exe"

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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 of update.exe, you should rename it as update.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37