$ git diff
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 903da1a..cafef4a 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -10,7 +10,7 @@ confinement: strict
apps:
snap-review:
- command: preload click-review
+ command: snapcraft-preload click-review
plugs: [ home, network ]
aliases: [ snap-review ]
@@ -43,9 +43,9 @@ parts:
- -usr/share/python3/py3versions.py
preload:
source: https://github.com/sergiusens/snapcraft-preload.git
- source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3
source-type: git
plugin: cmake
+ # source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3
# Uncomment the following for amd64 (LP: #1671238)
build-packages:
- libc6-dev-i386