1
0
Fork 0
forked from lthn/blockchain

fix in appimage wrapper script

This commit is contained in:
cryptozoidberg 2023-01-17 14:39:41 +01:00
parent f7b44e552b
commit 26db77219d
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

2
utils/Zano_appimage_wrapper.sh Normal file → Executable file
View file

@ -26,7 +26,7 @@ create_desktop_icon()
echo GenericName=Zano | tee -a $target_file_name > /dev/null
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=$0 --deeplink-params=%u | 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 Type=Application | tee -a $target_file_name > /dev/null
echo "Categories=Qt;Utility;" | tee -a $target_file_name > /dev/null