mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +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
|
while test -n "$1"; do
|
||||||
if [[ "$1" == '--universal' ]]; then
|
if [[ "$1" == '--universal' ]]; then
|
||||||
ARCH=universal
|
ARCH=universal
|
||||||
RELEASE=.build/apple/Products/Release
|
RELEASE=.build/release
|
||||||
else
|
else
|
||||||
# Override default prefix path with optional arg
|
# Override default prefix path with optional arg
|
||||||
PREFIX="$1"
|
PREFIX="$1"
|
||||||
|
|
Loading…
Reference in a new issue