signal-desktop-from-src: 7.16.0 -> 7.18.0

This commit is contained in:
2024-08-02 10:52:44 +00:00
parent 222c37b056
commit e586b7b449
2 changed files with 8 additions and 8 deletions

View File

@@ -118,7 +118,7 @@
, xdg-utils , xdg-utils
}: }:
let let
version = "7.16.0"; version = "7.18.0";
ringrtcPrebuild = fetchurl { ringrtcPrebuild = fetchurl {
# version is found in signal-desktop's package.json as "@signalapp/ringrtc" # version is found in signal-desktop's package.json as "@signalapp/ringrtc"
@@ -150,7 +150,7 @@ let
repo = "Signal-Desktop"; repo = "Signal-Desktop";
leaveDotGit = true; # signal calculates the release date via `git` leaveDotGit = true; # signal calculates the release date via `git`
rev = "v${version}"; rev = "v${version}";
hash = "sha256-HHpv+Kv7Y+653CBSpRePfWQmeRzznmdmUaU5AIxLQUw="; hash = "sha256-5wv8xH3jwfb+I6a0/N7ZHQKNigBjFHHNX9rQDCMoHfY=";
}; };
# note that `package.json` locks the electron version, but we seem to not be strictly beholden to that. # note that `package.json` locks the electron version, but we seem to not be strictly beholden to that.
@@ -167,7 +167,7 @@ buildNpmPackage rec {
pname = "signal-desktop-from-src"; pname = "signal-desktop-from-src";
inherit src version; inherit src version;
npmDepsHash = "sha256-CJTTLjP3eiJSa/ZWoeBP/9S1Krtb7ozsutRdH2HGfe8="; npmDepsHash = "sha256-tHwlcbMsU65T6mnOkhsy4qfBEOvY9AneYtIpv954emg=";
patches = [ patches = [
# ./debug.patch # ./debug.patch

View File

@@ -1,14 +1,14 @@
diff --git a/app/main.ts b/app/main.ts diff --git a/app/main.ts b/app/main.ts
index 8388480e6..baedcfb55 100644 index 8d440386c..83fbc3c3e 100644
--- a/app/main.ts --- a/app/main.ts
+++ b/app/main.ts +++ b/app/main.ts
@@ -749,7 +749,7 @@ async function createWindow() { @@ -686,7 +686,7 @@ async function createWindow() {
const titleBarOverlay = await getTitleBarOverlay(); : DEFAULT_HEIGHT;
const windowOptions: Electron.BrowserWindowConstructorOptions = { const windowOptions: Electron.BrowserWindowConstructorOptions = {
- show: false, - show: false,
+ show: true, + show: true,
width: DEFAULT_WIDTH, width,
height: DEFAULT_HEIGHT, height,
minWidth: MIN_WIDTH, minWidth: MIN_WIDTH,