summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1081a27aa6e..abc455f87e0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = motrix
pkgdesc = elegent downloading tool frontend for aria2c,using vue(release version)
pkgver = 1.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/agalwood/Motrix
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 348cd0a0731a..a770da728348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: weearc <q19981121@163.com>
pkgname=motrix
pkgver=1.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="elegent downloading tool frontend for aria2c,using vue(release version)"
arch=('x86_64')
url="https://github.com/agalwood/Motrix"
@@ -42,7 +42,7 @@ package() {
# launch script
echo "#!/bin/bash
export ELECTRON_IS_DEV=0
-exec /usr/bin/electron /usr/lib/motrix/app
+exec /usr/bin/electron4 /usr/lib/motrix/app
" > "$pkgdir/usr/bin/motrix"
chmod +x "$pkgdir/usr/bin/motrix"
# desktop file