mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +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.
|
# Builds the Swift Package.
|
||||||
#
|
#
|
||||||
|
|
||||||
script/clean
|
|
||||||
script/lint
|
|
||||||
|
|
||||||
echo "==> 🏗️ Building mas ($(script/version))"
|
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…
Add table
Reference in a new issue