mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🚚 Update path to swift release build dir
This commit is contained in:
parent
414313986c
commit
35433359a9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ PREFIX=/usr/local
|
|||
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