forked from lthn/blockchain
Update Zano_appimage_wrapper.sh
This commit is contained in:
parent
2dd8003588
commit
d0ad3c7ad4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue