diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 989f2d3..f32186f 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 ]
@@ -41,14 +41,9 @@ parts:
- -usr/bin/pydoc3.5
- -usr/share/dh-python
- -usr/share/python3/py3versions.py
- preload:
- source: https://github.com/sergiusens/snapcraft-preload.git
- source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3
- source-type: git
- plugin: cmake
-# Remove this comment and uncomment the following for amd64 (LP: #1671238)
-# build-packages:
-# - libc6-dev-i386
-# - libc6-dev-x32
-# - gcc-5-multilib
-# - gcc-multilib
+ after:
+ - snapcraft-preload
+
+ snapcraft-preload:
+ source: https://github.com/3v1n0/snapcraft-preload.git
+ source-branch: string-appends-fixes