fix: ensure crashpad_handler has executable permissions in .deb

close #870
This commit is contained in:
edde746
2026-04-15 23:25:00 +02:00
parent f1867ddeb7
commit 06174af16c
+1
View File
@@ -2,6 +2,7 @@
# Ensure binaries are executable # Ensure binaries are executable
chmod +x /usr/bin/plezy chmod +x /usr/bin/plezy
chmod +x /opt/plezy/plezy chmod +x /opt/plezy/plezy
chmod +x /opt/plezy/lib/crashpad_handler
# Update icon cache # Update icon cache
if command -v gtk-update-icon-cache &> /dev/null; then if command -v gtk-update-icon-cache &> /dev/null; then