summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-14 16:53:20 +0800
committerzxp198210052023-07-14 16:53:20 +0800
commit2a1c282dd3c98fdf00bd52157f3a861ae1eb8def (patch)
tree08dccf0a095c46b6a0c89548a950e6f69544cbb6
parent12b4a90cba5c5b379ecaf8181e81c313b96519cd (diff)
downloadaur-2a1c282dd3c98fdf00bd52157f3a861ae1eb8def.tar.gz
fix errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--hexhoot.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e197177e9b5..611eb5f20a06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hexhoot-bin
pkgdesc = An Opensource Peer-to-peer communication platform with Zero-Knowledge-Proof based authentication.
pkgver = 1.0.3
- pkgrel = 2
+ pkgrel = 3
url = http://blog.hexhoot.com/
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index d4f5b41db68d..a2094628a5f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=hexhoot-bin
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="An Opensource Peer-to-peer communication platform with Zero-Knowledge-Proof based authentication."
arch=(x86_64)
url="http://blog.hexhoot.com/"
diff --git a/hexhoot.sh b/hexhoot.sh
index 7a867016d04f..2c53692341e6 100644
--- a/hexhoot.sh
+++ b/hexhoot.sh
@@ -1,6 +1,6 @@
#!/bin/bash
_ELECTRON=/usr/bin/electron24
-_ASAR="/opt/guiwrapper/guiwrapper.asar"
+_ASAR="/opt/hexhoot/hexhoot.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else