build: linux package private beta

update linux package for private beta
This commit is contained in:
Andreas Stallinger
2015-10-20 17:12:05 +02:00
parent 52494ba402
commit 5af8800eed
5 changed files with 28 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
#!/bin/sh
mkdir -p setup/Linux/lib
ldd bin/app/Release/Coati | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' setup/Linux/lib
# extra files needed and not copied with the lines above
cp /usr/lib/qt/plugins/platforms/libqxcb.so setup/Linux
cp /usr/lib/libQt5XcbQpa.so.5 setup/Linux/lib
cp /usr/lib/libQt5DBus.so.5 setup/Linux/lib
Binary file not shown.