summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3066a2453ad..a57ff54e9214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ package() {
cd "${srcdir}"
# Extract the AppImage
- "${srcdir}/Dot.${pkgver}.AppImage --appimage-extract"
+ ./Dot.${pkgver}.AppImage --appimage-extract
#Extract the app.asar
asar extract "${srcdir}/squashfs-root/resources/app.asar" "${srcdir}/squashfs-root/resources/app"