mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
👽 Update path to release artifacts
This commit is contained in:
parent
910bf23978
commit
83cf1916e7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fi
|
|||
while test -n "$1"; do
|
||||
if [[ "$1" == '--universal' ]]; then
|
||||
ARCH=universal
|
||||
RELEASE=.build/apple/Products/Release
|
||||
RELEASE=.build/release
|
||||
else
|
||||
# Override default prefix path with optional arg
|
||||
PREFIX="$1"
|
||||
|
|
Loading…
Reference in a new issue