forked from pool/bitwarden
Dominik Heidler
6ca83b2671
I want to submit this package to factory. This needs to be the devel project as it depends on nodejs-electron OBS-URL: https://build.opensuse.org/request/show/1066625 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=1
5 lines
103 B
Bash
5 lines
103 B
Bash
#!/bin/sh
|
|
export ELECTRON_IS_DEV=0
|
|
cd XXXLIBDIRXXX/bitwarden
|
|
exec electron XXXLIBDIRXXX/bitwarden "$@"
|