From d6be430e06da2477bd507eff4d3eebe8069c5b65 Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Thu, 12 Mar 2020 20:13:29 -0700 Subject: [PATCH] Minor change to install script. --- resources/install.sh | 4 ++++ wfview.pro | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/install.sh b/resources/install.sh index 626a7b2..7c92fe9 100644 --- a/resources/install.sh +++ b/resources/install.sh @@ -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!" diff --git a/wfview.pro b/wfview.pro index a1adac0..5de393e 100644 --- a/wfview.pro +++ b/wfview.pro @@ -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 .;