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
}:
let
version = "7.16.0";
version = "7.18.0";
ringrtcPrebuild = fetchurl {
# version is found in signal-desktop's package.json as "@signalapp/ringrtc"
@@ -150,7 +150,7 @@ let
repo = "Signal-Desktop";
leaveDotGit = true; # signal calculates the release date via `git`
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.
@@ -167,7 +167,7 @@ buildNpmPackage rec {
pname = "signal-desktop-from-src";
inherit src version;
npmDepsHash = "sha256-CJTTLjP3eiJSa/ZWoeBP/9S1Krtb7ozsutRdH2HGfe8=";
npmDepsHash = "sha256-tHwlcbMsU65T6mnOkhsy4qfBEOvY9AneYtIpv954emg=";
patches = [
# ./debug.patch

View File

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