diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2ba65b98a..55eb87fa6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -18,7 +18,7 @@ description: | Per the request of the Signal developers, this snap does not use the system tray by default. This is disabled by default per the request of the Signal developers, because system tray support is not stable. Set to `false`, Signal will stop when you close it and will not have a system tray icon. You can enable it by running the following command. snap set signal-desktop tray-icon=true - + **Are you having issues?** @@ -132,6 +132,12 @@ parts: | sponge package.json fi + # Build the sticker-creator + pushd sticker-creator + yarn install + yarn build + popd + # Install the dependencies for the Signal-Desktop application. # We cannot use `--frozen-lockfile` due to the patching above. yarn install