mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Teach make_pkg.sh to build fish.app via cmake
This commit is contained in:
parent
e0396d8ef8
commit
ecb808fb39
1 changed files with 1 additions and 4 deletions
|
@ -34,9 +34,6 @@ productbuild --package-path $PKGDIR/intermediates --distribution build_tools/os
|
|||
|
||||
|
||||
# Make the app
|
||||
xcodebuild -scheme fish.app -configuration Release DSTROOT=/tmp/fish_app/ SYMROOT=DerivedData/fish/Build/Products
|
||||
|
||||
cd DerivedData/fish/Build/Products/Release/
|
||||
zip -r $OUTPUT_PATH/fish-$VERSION.app.zip fish.app
|
||||
( cd "$PKGDIR/build" && make fish_macapp && zip -r "$OUTPUT_PATH/fish-$VERSION.app.zip" fish.app )
|
||||
|
||||
rm -r $PKGDIR
|
||||
|
|
Loading…
Reference in a new issue