Skip to content

Commit

Permalink
ci: fixed macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Apr 10, 2021
1 parent 401fed3 commit 8988fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .ci/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ mkdir -p $ARTIFACT/avocado.app/Contents/Resources
cp -r data $ARTIFACT/avocado.app/Contents/Resources
cp misc/macos/Info.plist $ARTIFACT/avocado.app/Contents

# Create icon
wget -ncv https://raw.githubusercontent.com/jamf/icns-Creator/master/icns_creator.sh
chmod +x icns_creator.sh
./icns_creator.sh misc/avocado.png avocado
rm -rf avocado.iconset
mv avocado.icns $ARTIFACT/avocado.app/Contents/Resources/
# Copy icon
mv misc/avocado.icns $ARTIFACT/avocado.app/Contents/Resources/

# Remove .gitignore
find $ARTIFACT -type f -name .gitignore -exec rm {} \;
Expand Down
Binary file added misc/avocado.icns
Binary file not shown.

0 comments on commit 8988fad

Please sign in to comment.