forked from lthn/blockchain
fix in appimage wrapper script
This commit is contained in:
parent
f7b44e552b
commit
26db77219d
1 changed files with 1 additions and 1 deletions
2
utils/Zano_appimage_wrapper.sh
Normal file → Executable file
2
utils/Zano_appimage_wrapper.sh
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue