From 9477e268583629bf5ada6093769232530bf9d7c6 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 18 Jun 2025 16:19:25 -0400 Subject: [PATCH] snap: `strip` executable during installation Signed-off-by: Simon Deziel --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2baa84c..83ac1e7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -54,4 +54,4 @@ parts: cabal install -j install -d "${CRAFT_PART_INSTALL}/usr/bin" - install ~/.cabal/bin/shellcheck "${CRAFT_PART_INSTALL}/usr/bin" + install --strip ~/.cabal/bin/shellcheck "${CRAFT_PART_INSTALL}/usr/bin"