Skip to content

Commit

Permalink
fixed building .app, tried fixing error in Ubuntu CI: 'libQt5Xml.so.5…
Browse files Browse the repository at this point in the history
…: cannot open shared object file'
  • Loading branch information
ErikBjare committed Jan 27, 2020
1 parent 0bbddfb commit 5e4de1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ before_install:
# Linux:
# - Install nvm and use correct node version
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install libqt5xml5;
rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION;
fi
# Upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test-integration:
ICON := "aw-qt/media/logo/logo.png"

aw-qt/media/logo/logo.icns:
mkdir build/MyIcon.iconset
mkdir -p build/MyIcon.iconset
sips -z 16 16 $(ICON) --out build/MyIcon.iconset/icon_16x16.png
sips -z 32 32 $(ICON) --out build/MyIcon.iconset/icon_16x16@2x.png
sips -z 32 32 $(ICON) --out build/MyIcon.iconset/icon_32x32.png
Expand Down

0 comments on commit 5e4de1e

Please sign in to comment.