diff options
-rw-r--r-- | data/shopno-os-log.desktop | 7 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/install | 5 |
3 files changed, 16 insertions, 2 deletions
diff --git a/data/shopno-os-log.desktop b/data/shopno-os-log.desktop new file mode 100644 index 0000000..15fafb3 --- /dev/null +++ b/data/shopno-os-log.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=Usage Logger +Exec=watcher --start +NoDisplay=true +Comment=Log Application Usage +Categories=System diff --git a/debian/changelog b/debian/changelog index a62fb83..93e66fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shopno-os-log-sync (1.99.1) shopno; urgency=medium + + * Add Autostart entry + + -- Mubashshir <ahm@jadupc.com> Wed, 22 Mar 2023 16:28:27 +0600 + shopno-os-log-sync (1.99.0) shopno; urgency=medium * path: Use `xdg.BaseDirectory` to get cache path diff --git a/debian/install b/debian/install index 2c6b43e..0da326b 100644 --- a/debian/install +++ b/debian/install @@ -1,2 +1,3 @@ -src/Watcher/ usr/share/ -src/bin/watcher usr/bin/ +src/Watcher/ usr/share/ +src/bin/watcher usr/bin/ +data/shopno-os-log.desktop etc/xdg/autostart/ |