From ccf00dc46089ccff97e23e2a42f2c44a3478a270 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Fri, 6 Jul 2018 15:27:06 -0400 Subject: [PATCH] Simple build script to help deploy linux app images --- make_app.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make_app.sh b/make_app.sh index 090077a..a7340ab 100755 --- a/make_app.sh +++ b/make_app.sh @@ -1 +1,3 @@ -make && mv wsjtx ft8call && linuxdeploy ./ft8call -appimage +echo make +echo cp wsjtx ft8call +echo linuxdeployqt ./ft8call -appimage -bundle-non-qt-libs -no-strip -no-translations