snapcrafters / signal-desktop

Unofficial Signal Desktop installer for Linux
https://snapcraft.io/signal-desktop
GNU Affero General Public License v3.0
35 stars 14 forks source link

fix: ensure that locales are generated per upstream package change #282

Closed jnsgruk closed 5 months ago

jnsgruk commented 5 months ago

Upstream seem to have changed the build process a little, which has resulted in failures such as those seen in #281.

I think the relevant commit upstream is this one: https://github.com/signalapp/Signal-Desktop/commit/f55e6e3407d88079867b7de576e8573e0cdeab8c

This change adds the new steps to yarn generate which we run manually due to issues with npm run-all.

jnsgruk commented 5 months ago

Seems to work for me locally:

image