Correct app.asar path for community bitwarden package
This commit is contained in:
parent
331889d01c
commit
7d46ba7a27
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = hardcode-tray-git
|
pkgbase = hardcode-tray-git
|
||||||
pkgdesc = Fixes hardcoded tray icons
|
pkgdesc = Fixes hardcoded tray icons
|
||||||
pkgver = 4.3.r214.ga6ecf12
|
pkgver = 4.3.r224.ga91b4b7
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
|
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
|
|
|
||||||
9
PKGBUILD
9
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
||||||
# Contributor: Yuanji <self@gimo.me>
|
# Contributor: Yuanji <self@gimo.me>
|
||||||
# Contributor: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
|
# Contributor: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
|
||||||
pkgname=hardcode-tray-git
|
pkgname=hardcode-tray-git
|
||||||
pkgver=4.3.r214.ga6ecf12
|
pkgver=4.3.r224.ga91b4b7
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Fixes hardcoded tray icons"
|
pkgdesc="Fixes hardcoded tray icons"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/bil-elmoussaoui/Hardcode-Tray"
|
url="https://github.com/bil-elmoussaoui/Hardcode-Tray"
|
||||||
|
|
@ -29,7 +29,10 @@ pkgver() {
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/${pkgname%-git}"
|
cd "$srcdir/${pkgname%-git}"
|
||||||
sed -i 's|resources/||g' data/database/bitwarden.electron.json
|
|
||||||
|
# Correct app.asar path for community bitwarden package
|
||||||
|
sed -i 's|/usr/lib/bitwarden/resources/|/usr/lib/bitwarden/|g' \
|
||||||
|
data/database/bitwarden.electron.json
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue