aboutsummaryrefslogtreecommitdiffstats
path: root/dev-scripts
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2018-11-14 23:37:51 +0000
committerSergio Martins <smartins@kde.org>2018-11-14 23:37:51 +0000
commit31f5c5b7dffb93bee7c7b91348aeb67cfcb6a6b9 (patch)
tree6918ab9e9f8bae3451899a0ceff7dab4005c9f70 /dev-scripts
parent8da03474e540fbb415f129f108cfbec9e2452b5e (diff)
Copy license and readme into the appimage
Diffstat (limited to 'dev-scripts')
-rwxr-xr-xdev-scripts/docker/make_appimage.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-scripts/docker/make_appimage.sh b/dev-scripts/docker/make_appimage.sh
index b5ad1361..c2e1fa9f 100755
--- a/dev-scripts/docker/make_appimage.sh
+++ b/dev-scripts/docker/make_appimage.sh
@@ -22,5 +22,8 @@ cmake3 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/tmp/clazy_work/clazy.A
echo "Fixing permissions..."
chown -R $2 /tmp/clazy_work/clazy.AppDir/
+cp /clazy/README.md /tmp/clazy_work/clazy.AppDir/
+cp /clazy/COPYING-LGPL2.txt /tmp/clazy_work/clazy.AppDir/
+
echo "Done"
echo