mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-07-02 00:35:05 +02:00
Compare commits
19 Commits
master
...
v1.11.36-s
Author | SHA1 | Date | |
---|---|---|---|
9f8bad4ea5 | |||
ab496f7977 | |||
9241a6d044 | |||
446b55792f | |||
1338cf0604 | |||
90912a5d07 | |||
e9faf9ab15 | |||
aae0f2868e | |||
5f41b4c654 | |||
2597454e96 | |||
cb6f6d9901 | |||
8cf7414a85 | |||
2c9f4caa8b | |||
8a1b9ab40f | |||
143bf7af1e | |||
e68cd72772 | |||
3ac88b9132 | |||
9561c95bb6 | |||
a8be3ffcde |
@ -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 pkgconf perl
|
||||
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
|
||||
|
||||
# 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_BUNDLED=1 $(YARN) --cwd element-desktop run build:native
|
||||
SQLCIPHER_STATIC=1 $(YARN) --cwd element-desktop run build:native
|
||||
|
||||
macos-common: web icns
|
||||
$(YARN) --cwd element-desktop run fetch --cfgdir ''
|
||||
|
Submodule element-desktop updated: fb2931eb80...07a530ef7d
Submodule element-web updated: 904c637868...6e9a004b0d
Submodule matrix-react-sdk updated: 5a1c34750a...7aca4ab6c0
Reference in New Issue
Block a user