summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2022-10-23 09:13:44 +1100
committerJay Ta'ala2022-10-23 09:20:41 +1100
commit3d584373df4b599b52316dfa36643b744ade2edc (patch)
treefb050c736c1025b2cf70d7a5e3eddc2142a51a40
parent48749bfa03a74a829362934de0e40955067bd904 (diff)
downloadaur-3d584373df4b599b52316dfa36643b744ade2edc.tar.gz
Changed .desktop Exec to reference full path (to avoid ambiguous
"postman" call if a user also has installed the post cli. Request from erbrecht.
-rw-r--r--PKGBUILD4
-rwxr-xr-xpostman.desktop2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50e6c9275127..0e6ebc578972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Claudio d'Angelis <claudiodangelis at gmail dot com>
pkgname=postman-bin
pkgver=10.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Build, test, and document your APIs faster"
provides=('postman')
conflicts=('postman')
@@ -16,7 +16,7 @@ source=(
)
depends=(libxss nss gtk3)
sha256sums=('f4bff0f708de0c59481bd2189a61c21f56c81b3ceb423c6c1816bf8359b29e44'
- '74b2d8570658e207e31f729e7f4768952252383aee7c695218d077bd0ef13245')
+ 'd87542ac18455ff341da7c5efd01db96a01f659b1bf546840aa4ac8bd085802d')
package() {
install -dm755 "${pkgdir}/opt/"
cp -r "Postman" "${pkgdir}/opt/postman"
diff --git a/postman.desktop b/postman.desktop
index 5563a5fd4b86..212155710e87 100755
--- a/postman.desktop
+++ b/postman.desktop
@@ -2,7 +2,7 @@
Name=Postman
Comment=Build, test, and document your APIs faster
Path=/opt/postman
-Exec=postman %U
+Exec=/opt/postman/Postman %U
Icon=postman
Type=Application
StartupNotify=true