Minor change to install script.

merge-requests/1/merge
Elliott Liggett 2020-03-12 20:13:29 -07:00
rodzic fb30ed8cd8
commit d6be430e06
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -24,6 +24,9 @@ then
fi
# Now the actual install:
echo ""
echo "Copying files now."
echo ""
cp wfview /usr/local/bin/wfview
cp wfview.desktop /usr/share/applications/
@ -31,5 +34,6 @@ cp wfview.png /usr/share/pixmaps/
mkdir -p /usr/share/wfview/stylesheets
cp -r qdarkstyle /usr/share/wfview/stylesheets/
echo ""
echo "Done!"

Wyświetl plik

@ -40,7 +40,8 @@ RESOURCES += qdarkstyle/style.qrc \
resources/resources.qrc
# Why doesn't this seem to do anything?
DISTFILES += resources/wfview.png
DISTFILES += resources/wfview.png \
resources/install.sh
DISTFILES += resources/wfview.desktop
QMAKE_POST_LINK += cp ../wfview/resources/wfview.png .;