From bd337a4197186e1b2ed531f4151e4eb2ed878098 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 18 Jul 2023 23:18:54 +0200 Subject: [PATCH] updated patch --- ...+24.0.0-alpha.1.patch => app-builder-lib+24.4.0.patch} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename patches/{app-builder-lib+24.0.0-alpha.1.patch => app-builder-lib+24.4.0.patch} (75%) diff --git a/patches/app-builder-lib+24.0.0-alpha.1.patch b/patches/app-builder-lib+24.4.0.patch similarity index 75% rename from patches/app-builder-lib+24.0.0-alpha.1.patch rename to patches/app-builder-lib+24.4.0.patch index eba0f2e6..a1d7299a 100644 --- a/patches/app-builder-lib+24.0.0-alpha.1.patch +++ b/patches/app-builder-lib+24.4.0.patch @@ -1,15 +1,15 @@ diff --git a/node_modules/app-builder-lib/out/appInfo.js b/node_modules/app-builder-lib/out/appInfo.js -index 363f32c..a0434a9 100644 +index 49f6dca..0ea11f2 100644 --- a/node_modules/app-builder-lib/out/appInfo.js +++ b/node_modules/app-builder-lib/out/appInfo.js -@@ -100,9 +100,7 @@ class AppInfo { +@@ -112,9 +112,7 @@ class AppInfo { return this.info.metadata.name; } get linuxPackageName() { - const name = this.name; - // https://github.com/electron-userland/electron-builder/issues/2963 - return name.startsWith("@") ? this.sanitizedProductName : name; -+ return 'tabby-terminal' ++ return 'tabby-terminal'; } get sanitizedName() { - return filename_1.sanitizeFileName(this.name); + return (0, filename_1.sanitizeFileName)(this.name);