more patches
Some checks failed
nightly-build / build (bacula) (push) Successful in 1m19s
nightly-build / build (fchat-horizon-appimage) (push) Successful in 47s
nightly-build / build (openrgb-git) (push) Failing after 44s
nightly-build / build (paru) (push) Successful in 55s
nightly-build / build (plezy) (push) Successful in 49s
nightly-build / build (qownnotes) (push) Successful in 52s
nightly-build / build (ventoy-bin) (push) Successful in 42s
nightly-build / build (visual-studio-code-bin) (push) Successful in 47s

This commit is contained in:
KenwoodFox
2026-06-30 15:34:09 -04:00
parent 133c4e429a
commit d5eb2f2045
2 changed files with 42 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
diff --git a/PKGBUILD b/PKGBUILD
index 1111111..2222222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,9 @@ package() {
install -Dm755 "build/linux/${FLUTTER_ARCH}/release/bundle/$pkgname" -t \
"$pkgdir/opt/$pkgname/"
cp -a build/linux/${FLUTTER_ARCH}/release/bundle/{data,lib} "$pkgdir/opt/$pkgname/"
- chmod 0755 "$pkgdir/opt/$pkgname/lib/crashpad_handler"
+ if [[ -f "$pkgdir/opt/$pkgname/lib/crashpad_handler" ]]; then
+ chmod 0755 "$pkgdir/opt/$pkgname/lib/crashpad_handler"
+ fi
install -Dm755 "linux/packaging/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "linux/packaging/com.edde746.$pkgname.desktop" -t \