You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The macOS install package should adopt a proper Uniform Type Identifier (UTI). Current this is just powershell. fpm offers a --osxpkg-identifier-prefix which would add a reverse domain such as com.microsoft, final UTI would be com.microsoft.powershell. Perhaps even the suffix should be different, e.g powershellcore.
The macOS install package should adopt a proper Uniform Type Identifier (UTI). Current this is just
powershell.fpmoffers a--osxpkg-identifier-prefixwhich would add a reverse domain such ascom.microsoft, final UTI would becom.microsoft.powershell. Perhaps even the suffix should be different, e.g powershellcore./cc @TravisEz13