From 4200bb1ff9f4c6e96a8d492499aa45d7e3a14ca0 Mon Sep 17 00:00:00 2001 From: Steve Magnuson Date: Sun, 14 Jun 2020 08:25:35 -0700 Subject: [PATCH] Added APRS menu item; bumped version --- dw_aprs_gui.desktop | 10 ++++++++++ dw_aprs_gui.sh | 2 +- hampi-utilities.version | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 dw_aprs_gui.desktop diff --git a/dw_aprs_gui.desktop b/dw_aprs_gui.desktop new file mode 100644 index 0000000..24046c3 --- /dev/null +++ b/dw_aprs_gui.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Direwolf APRS GUI +GenericName=Direwolf APRS GUI +Comment=Configure and monitor Direwolf APRS +Exec=sh -c /usr/local/bin/dw_aprs_gui.sh +Icon=/usr/share/direwolf/pixmaps/dw-icon.png +Terminal=false +Type=Application +Categories=HamRadio; +Comment[en_US]=Direwolf APRS GUI diff --git a/dw_aprs_gui.sh b/dw_aprs_gui.sh index 4d1908a..f69d654 100755 --- a/dw_aprs_gui.sh +++ b/dw_aprs_gui.sh @@ -16,7 +16,7 @@ #% #================================================================ #- IMPLEMENTATION -#- version ${SCRIPT_NAME} 0.1.10 +#- version ${SCRIPT_NAME} 1.0.0 #- author Steve Magnuson, AG7GN #- license CC-BY-SA Creative Commons License #- script_id 0 diff --git a/hampi-utilities.version b/hampi-utilities.version index 765216d..4f02654 100644 --- a/hampi-utilities.version +++ b/hampi-utilities.version @@ -1 +1 @@ -VERSION="2.3.1" \ No newline at end of file +VERSION="2.3.2" \ No newline at end of file