diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2025-03-19 08:57:34 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-03-19 08:57:34 +0100 |
commit | 4318b9b12161261a8c978259f1ef8802ea8e7942 (patch) | |
tree | 163d0c46cc9ab192b36d13ec6f44ef8804065a6d | |
parent | net-im/signal-desktop: Add missing files (diff) |
net-im/signal-desktop: Bump electron to v34
-rw-r--r-- | net-im/signal-desktop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index 8c111fca9730..f681270d50d1 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -80,7 +80,7 @@ MAKE_ENV+= PYTHONDONTWRITEBYTECODE=1 _BUILD_DATE= $$(date +'%s') -ELECTRON_VER_MAJOR= 32 +ELECTRON_VER_MAJOR= 34 SQLCIPHER= sqlcipher-v2-4.6.1-signal-patch2--0.2.1-asm2-6253f886c40e49bf892d5cdc92b2eb200b12cd8d80c48ce5b05967cfd01ee8c7 @@ -99,8 +99,8 @@ PLIST_SUB+= NOT_AARCH64="" .endif do-build: -# electron-builder is stupid and tries to open ${LOCALBASE}/share/electron32/electron with WRITE priv -# copy ${LOCALBASE}/share/electron32 in WRKDIR +# electron-builder is stupid and tries to open ${LOCALBASE}/share/electron34/electron with WRITE priv +# copy ${LOCALBASE}/share/electron34 in WRKDIR # it's needed for the do-install phase, it's here because of this issue # https://github.com/MikaelUrankar/signal-desktop/issues/6 (I don't know why it fails though) @${RM} -r ${WRKDIR}/electron${ELECTRON_VER_MAJOR} |