fix: ensure crashpad_handler has executable permissions in .deb
close #870
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user