mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-07-02 00:45:05 +02:00
Compare commits
4 Commits
v1.11.36-s
...
sc
Author | SHA1 | Date | |
---|---|---|---|
a1458b136b | |||
4b0435ef3b | |||
48fb86093a | |||
4dcd73f083 |
@ -1,6 +1,6 @@
|
||||
FROM docker.io/fedora:38
|
||||
|
||||
RUN dnf install -y openssl openssl-devel cargo llvm libsecret libsecret-devel sqlcipher sqlcipher-devel g++ ruby-devel gcc make rpm-build libffi-devel tcl libxcrypt-compat
|
||||
RUN dnf install -y openssl openssl-devel cargo llvm libsecret libsecret-devel sqlcipher sqlcipher-devel g++ ruby-devel gcc make rpm-build libffi-devel tcl libxcrypt-compat pkgconf perl
|
||||
|
||||
# node setup
|
||||
ARG NODE_VERSION
|
||||
|
2
Makefile
2
Makefile
@ -77,7 +77,7 @@ web: setup
|
||||
|
||||
desktop-common: web
|
||||
$(YARN) --cwd element-desktop run fetch --cfgdir ''
|
||||
SQLCIPHER_STATIC=1 $(YARN) --cwd element-desktop run build:native
|
||||
SQLCIPHER_BUNDLED=1 $(YARN) --cwd element-desktop run build:native
|
||||
|
||||
macos-common: web icns
|
||||
$(YARN) --cwd element-desktop run fetch --cfgdir ''
|
||||
|
Submodule element-desktop updated: 07a530ef7d...fb2931eb80
Submodule element-web updated: 6e9a004b0d...904c637868
Submodule matrix-react-sdk updated: 7aca4ab6c0...5a1c34750a
Reference in New Issue
Block a user