From d0ad3c7ad44d3dcb027318b7aee60ef3fc13bc0d Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Fri, 1 Dec 2023 12:23:01 +0100 Subject: [PATCH] Update Zano_appimage_wrapper.sh --- utils/Zano_appimage_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Zano_appimage_wrapper.sh b/utils/Zano_appimage_wrapper.sh index 563124e6..be3171c5 100755 --- a/utils/Zano_appimage_wrapper.sh +++ b/utils/Zano_appimage_wrapper.sh @@ -33,7 +33,7 @@ create_desktop_icon() echo Comment=Privacy blockchain | tee -a $target_file_name > /dev/null echo Icon=${out_dir}/Zano.png | tee -a $target_file_name > /dev/null echo Exec=$APPIMAGE --deeplink-params=\\\"%u\\\" | tee -a $target_file_name > /dev/null - echo Terminal=true | tee -a $target_file_name > /dev/null + echo Terminal=false | tee -a $target_file_name > /dev/null echo Type=Application | tee -a $target_file_name > /dev/null echo "Categories=Qt;Utility;" | tee -a $target_file_name > /dev/null echo "MimeType=x-scheme-handler/zano;" | tee -a $target_file_name > /dev/null