diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/install | 5 |
2 files changed, 9 insertions, 2 deletions
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/ |