From 1f1341aa43577c618d8c9635fb3befbf1fdf1663 Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 11 May 2021 17:29:19 +0300 Subject: [PATCH] fix snap --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9322a56..d1a34a6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -28,7 +28,7 @@ parts: override-stage: | snapcraftctl stage - chmod +x -R "$SNAPCRAFT_STAGE" + chmod 777 -R "$SNAPCRAFT_STAGE" desktop-qt5: source: https://github.com/ubuntu/snapcraft-desktop-helpers.git