diff --git a/.build.yml b/.build.yml
index 4222189..f0d678d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -15,7 +15,7 @@ packages:
sources:
- https://git.sr.ht/~elagost/signal-desktop-builder
environment:
- VERSION: "7.18.0"
+ VERSION: "7.19.0"
secrets:
- 07d27e19-a690-46d1-9f0a-4d391f5968b8
- 07e0c486-ee68-4149-a12e-fa082897aefc
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 10884d6..2eec9ae 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
- name: build deb
shell: bash
env:
- VERSION: "7.18.0"
+ VERSION: "7.19.0"
run: |
set -x
echo "Version is: $VERSION"
@@ -89,14 +89,14 @@ jobs:
rsync -z ~/signal.flatpak server:/var/www/htdocs/elagost.com/flatpak/
- name: clean up images for self-hosted runner
env:
- VERSION: "7.18.0"
+ VERSION: "7.19.0"
shell: bash
run: |
podman container rm signal-desktop-${{ env.VERSION }}
podman image rm localhost/signal-desktop-image-${{ env.VERSION }}:latest
- name: Upload release artifacts
env:
- VERSION: "7.18.0"
+ VERSION: "7.19.0"
uses: AButler/upload-release-assets@v3.0
with:
release-tag: ${{ env.VERSION }}
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ad73b3..2af4428 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@
# other CI build files.
variables:
- VERSION: "7.18.0"
+ VERSION: "7.19.0"
before_script:
- shopt -s expand_aliases
diff --git a/Dockerfile b/Dockerfile
index 997d12b..7c12c95 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ COPY signal-buildscript.sh /
RUN chmod +x /signal-buildscript.sh
# Clone signal
-RUN git clone https://github.com/signalapp/Signal-Desktop -b 7.18.x
+RUN git clone https://github.com/signalapp/Signal-Desktop -b 7.19.x
COPY patches/0001-Remove-no-sandbox-patch.patch /
COPY patches/0001-Remove-stories-icon.patch /
COPY patches/0001-Minimize-gutter-on-small-screens.patch /
diff --git a/autobuild.version b/autobuild.version
index 13bfcc2..e8f7c4d 100644
--- a/autobuild.version
+++ b/autobuild.version
@@ -1 +1 @@
-v7.18.0
+v7.19.0
diff --git a/org.signal.Signal.metainfo.xml b/org.signal.Signal.metainfo.xml
index c4fd5b5..51a55e3 100644
--- a/org.signal.Signal.metainfo.xml
+++ b/org.signal.Signal.metainfo.xml
@@ -36,7 +36,7 @@
-
+
none