mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
parent
bc7c332515
commit
e1dbc653e5
1 changed files with 6 additions and 4 deletions
10
script/build
10
script/build
|
@ -6,8 +6,10 @@
|
|||
# Builds the Swift Package.
|
||||
#
|
||||
|
||||
script/clean
|
||||
script/lint
|
||||
|
||||
echo "==> 🏗️ Building mas ($(script/version))"
|
||||
swift build --configuration release --arch arm64 --arch x86_64
|
||||
swift build \
|
||||
--configuration release \
|
||||
--arch arm64 \
|
||||
--arch x86_64 \
|
||||
--disable-sandbox \
|
||||
--manifest-cache none
|
||||
|
|
Loading…
Reference in a new issue