Skip to content

Commit

Permalink
Merge pull request #254 from jnsgruk/sticker-creator
Browse files Browse the repository at this point in the history
fix: build the sticker creator for inclusion in the app
  • Loading branch information
merlijn-sebrechts authored Jan 9, 2024
2 parents 3f3e887 + baca559 commit 72b2212
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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?**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72b2212

Please sign in to comment.