summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Wittenborn2021-05-25 02:07:48 -0500
committerHunter Wittenborn2021-05-25 02:07:48 -0500
commit85f4afd82dbf5b99d0b52553fcadb490440fda7d (patch)
tree2a673265ca6e85acf93181cb5664aff5710ccd25
parentd51fc4eebcdca4ec03e629d199d8b14aad969743 (diff)
downloadaur-85f4afd82dbf5b99d0b52553fcadb490440fda7d.tar.gz
Fixed issue with launch script
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b180a0d7c1b..5d9d459410ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bootstrap-studio
pkgver=5.6.2
-pkgrel=3
+pkgrel=4
pkgdesc="Bootstrap Studio is a powerful tool which web developers and designers use to create layouts and fully functional websites using the Bootstrap framework."
arch=("x86_64")
license=("custom")
@@ -32,7 +32,7 @@ package() {
# Add package to /usr/bin/
mkdir -p "${pkgdir}/usr/bin"
- printf '#!/bin/bash\n\n/opt/bootstrap-studio/AppRun' | tee "${pkgdir}/usr/bin/bootstrap-studio" &> /dev/null
+ printf '#!/bin/bash\n\n/opt/bootstrap-studio/squashfs-root/AppRun' | tee "${pkgdir}/usr/bin/bootstrap-studio" &> /dev/null
chmod +x "${pkgdir}/usr/bin/bootstrap-studio"
# Copy .desktop file