Skip to content

Commit

Permalink
Make enve AppImage look native on Gtk.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaurycyLiebner committed Dec 22, 2020
1 parent ee5ae17 commit 853d637
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .travis_linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,12 @@ cd qscintilla/Qt4Qt5
qmake
make -j 2
sudo make install
cd ../../../
cd ../../

# build qtstyleplugins
git clone https://github.com/qt/qtstyleplugins
cd qtstyleplugins
qmake
make -j 2
make install
cd ../../
2 changes: 1 addition & 1 deletion .travis_linux_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ cp exec.so AppDir/usr/optional
mkdir AppDir/usr/optional/libstdc++
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 AppDir/usr/optional/libstdc++/
cp -av ../third_party/gperftools/.libs/libtcmalloc.so* AppDir/usr/lib/
./linuxdeployqt-6-x86_64.AppImage AppDir/usr/share/applications/io.github.maurycyliebner.enve.desktop -appimage
./linuxdeployqt-6-x86_64.AppImage AppDir/usr/share/applications/io.github.maurycyliebner.enve.desktop -appimage -extra-plugins=platformthemes/libqgtk2.so,styles/libqgtk2style.so

0 comments on commit 853d637

Please sign in to comment.