File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Install this prebuilt RPM using the following command:
22
33``` bash
4- sudo dnf install https://github.com/BarbossHack/Signal-Desktop-Fedora/releases/download/v7.83 .0/signal-desktop_7.83 .0_x86_64.rpm
4+ sudo dnf install https://github.com/BarbossHack/Signal-Desktop-Fedora/releases/download/v7.85 .0/signal-desktop_7.85 .0_x86_64.rpm
55```
66
77This RPM has been built using [ GitHub Actions] ( .github/workflows/build.yml ) . You can verify its authenticity with the following command:
88
99``` bash
10- gh attestation verify --owner BarbossHack --predicate-type " https://example.com/predicate/v1" signal-desktop_7.83 .0_x86_64.rpm
10+ gh attestation verify --owner BarbossHack --predicate-type " https://example.com/predicate/v1" signal-desktop_7.85 .0_x86_64.rpm
1111```
Original file line number Diff line number Diff line change 11.PHONY =build install clean update standalone
22
3- SIGNAL_VERSION =v7.83 .0
3+ SIGNAL_VERSION =v7.85 .0
44FEDORA_VERSION =42
55
66PATCH_FILE ="Signal-Desktop.patch"
Original file line number Diff line number Diff line change 55Currently tested for :
66
77- Fedora 42
8- - Signal Desktop v7.83 .0
8+ - Signal Desktop v7.85 .0
99- x86_64 and aarch64 architectures
1010
1111## How to install
1212
1313Install the latest prebuilt RPM from [ GitHub Releases] ( https://github.com/BarbossHack/Signal-Desktop-Fedora/releases ) using the following command:
1414
1515``` bash
16- sudo dnf install " https://github.com/BarbossHack/Signal-Desktop-Fedora/releases/download/v7.83 .0/signal-desktop_7.83 .0_x86_64.rpm"
16+ sudo dnf install " https://github.com/BarbossHack/Signal-Desktop-Fedora/releases/download/v7.85 .0/signal-desktop_7.85 .0_x86_64.rpm"
1717```
1818
1919## Build it yourself
@@ -30,7 +30,7 @@ make install
3030You can change the Signal Desktop or Fedora version by using the following parameters:
3131
3232``` bash
33- make SIGNAL_VERSION=7.83 .0 FEDORA_VERSION=42
33+ make SIGNAL_VERSION=7.85 .0 FEDORA_VERSION=42
3434make install
3535```
3636
You can’t perform that action at this time.
0 commit comments