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
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
this works with GB 10.4.11:
/usr/local/bin/loopdown --install --apps garageband --mandatory --pkg-server "https://mylocalserver.org"
this does not work when latest Logic Pro 11.1 is installed:
/usr/local/bin/loopdown --install --apps logicpro --mandatory --pkg-server "https://mylocalserver.org"
results to:
No packages found; there may be no packages to download/install or no application/s installed
Please note that the application path is now /Applications/Logic Pro.app.
The text was updated successfully, but these errors were encountered:
Tested this and made a change for new Logic Pro.app path in parsers.py:
APPLICATION_PATHS: dict[str, str] = {
"garageband": "/Applications/GarageBand.app",
"logicpro": "/Applications/Logic Pro.app",
"mainstage": "/Applications/MainStage 3.app",
}
Seems to resolve the issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
this works with GB 10.4.11:
/usr/local/bin/loopdown --install --apps garageband --mandatory --pkg-server "https://mylocalserver.org"
this does not work when latest Logic Pro 11.1 is installed:
/usr/local/bin/loopdown --install --apps logicpro --mandatory --pkg-server "https://mylocalserver.org"
results to:
No packages found; there may be no packages to download/install or no application/s installed
Please note that the application path is now /Applications/Logic Pro.app.
The text was updated successfully, but these errors were encountered: