aports/testing/signal-desktop/signal-desktop.sh
Antoine Martin b3a3da3714 testing/signal-desktop: upgrade to 7.35.1
* Adds README
* Renames `_check_depends` to `_update_depends` and makes it so that it
  updates the relevant variables using sed
* `builddir` is set as `$srcdir` so that dependencies are built under
  `./src` rather than `./src/Signal-Desktop-$pkgver`. This implicated
  `src/Signal-Desktop-$pkgver` being treated like its extra
  dependencies, thus `-$pkgver` is removed and relevant patches are
  modified to take that into account.  This change fixes an issue where
  `ringrtc` would pickup `node-modules` from `Signal-Desktop` rather
  than use its own.
2024-12-08 20:53:14 +00:00

6 lines
148 B
Bash
Executable file

#!/bin/sh
# app chooses config (including used endpoints) based on this
export NODE_ENV=production
exec electron /usr/lib/signal-desktop/app.asar