From 84b88928dcaf1b066d8b52d677f396eac04f281c Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 3 Apr 2021 18:11:29 +0200 Subject: [PATCH] Move .vbs file to src folder --- src/ip2e-config.desktop | 11 +++++++++++ {win32 => src}/ip2e-daemon.vbs | 0 src/ip2e.desktop | 11 +++++++++++ 3 files changed, 22 insertions(+) create mode 100755 src/ip2e-config.desktop rename {win32 => src}/ip2e-daemon.vbs (100%) create mode 100755 src/ip2e.desktop diff --git a/src/ip2e-config.desktop b/src/ip2e-config.desktop new file mode 100755 index 0000000..8e0a899 --- /dev/null +++ b/src/ip2e-config.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=ip2e (config) +GenericName=ip2e (config) +X-GNOME-FullName=ip2e (config) +Comment=Receive your public IP by email when it is renewed +Exec=ip2e-config.py +Icon=/usr/share/icons/ip2e.png +Terminal=true +Type=Application +StartupNotify=true +Categories=Network;FileTransfer; diff --git a/win32/ip2e-daemon.vbs b/src/ip2e-daemon.vbs similarity index 100% rename from win32/ip2e-daemon.vbs rename to src/ip2e-daemon.vbs diff --git a/src/ip2e.desktop b/src/ip2e.desktop new file mode 100755 index 0000000..16f6acb --- /dev/null +++ b/src/ip2e.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=ip2e (daemon) +GenericName=ip2e (daemon) +X-GNOME-FullName=ip2e (daemon) +Comment=Receive your public IP by email when it is renewed +Exec=ip2e-daemon.py +Icon=/usr/share/icons/ip2e.png +Terminal=true +Type=Application +StartupNotify=true +Categories=Network;FileTransfer;