We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec62408 commit 1e90b51Copy full SHA for 1e90b51
package/xochitl/package
@@ -5,7 +5,7 @@
5
pkgnames=(xochitl)
6
pkgdesc="Read documents and take notes"
7
url=https://remarkable.com
8
-pkgver=0.0.0-14
+pkgver=0.0.0-15
9
timestamp=2022-11-07T20:19:57Z
10
section="readers"
11
maintainer="Mattéo Delabre <spam@delab.re>"
package/xochitl/xochitl
@@ -18,4 +18,4 @@ fi
18
if ! systemctl is-active --quiet manual-sync.service; then
19
systemctl enable --now manual-sync.service
20
fi
21
-exec /usr/bin/xochitl "$@"
+exec -a /usr/bin/xochitl /usr/bin/xochitl "$@"
0 commit comments