From f601ec24bc30fbc4fbd361a8809066853333b2b8 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 28 Sep 2020 14:55:01 +0100 Subject: [PATCH] installer --- script/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/install b/script/install index e897e07..3310c13 100644 --- a/script/install +++ b/script/install @@ -333,7 +333,9 @@ $commands_app if [ "$machine" = "Mac" ] then - cp "$path_bin/Komrade.app" /Applications/ + cd /Applications + unzip "$path_bin/Komrade.app.zip" + # cp "$path_bin/Komrade.app" /Applications/ echo "You may run the app by looking for 'Komrade.app' in your /Applications folder." fi \ No newline at end of file