From c18aeebc2412165e3530cf550421f0230bb6f034 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 6 Aug 2024 10:57:45 -0500 Subject: [PATCH] update --- app/community/x86_64/SIMPLENOTE.bapp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/community/x86_64/SIMPLENOTE.bapp b/app/community/x86_64/SIMPLENOTE.bapp index 953172a..51324e2 100644 --- a/app/community/x86_64/SIMPLENOTE.bapp +++ b/app/community/x86_64/SIMPLENOTE.bapp @@ -18,14 +18,14 @@ INSTALL(){ wget https://github.com/${user}/${repo}/releases/download/v${version}/${pkg_name} chmod +x ${pkg_name} - sudo -A mv ${pkg_name} /usr/local/bin/simplenote + sudo -A mv ${pkg_name} /usr/local/bin/ cat < /run/user/$UID/simplenote.desktop [Desktop Entry] Name=SimpleNote GenericName=SimpleNote Comment=Note taking application -Exec=/usr/local/bin/simplenote +Exec=/usr/local/bin/${pkg_name} Terminal=false Icon=${HOME}/73Linux/data/ico/simplenote.png Type=Application