From 61d0dafd21bcfa496df9cdabaa7da8e57581b2c2 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 4 Sep 2023 16:01:04 +0500 Subject: [PATCH] desktop: update app-builder-lib patch --- ...uilder-lib+24.4.0.patch => app-builder-lib+24.6.3.patch} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename apps/desktop/patches/{app-builder-lib+24.4.0.patch => app-builder-lib+24.6.3.patch} (91%) diff --git a/apps/desktop/patches/app-builder-lib+24.4.0.patch b/apps/desktop/patches/app-builder-lib+24.6.3.patch similarity index 91% rename from apps/desktop/patches/app-builder-lib+24.4.0.patch rename to apps/desktop/patches/app-builder-lib+24.6.3.patch index a1684219a..312c44a07 100644 --- a/apps/desktop/patches/app-builder-lib+24.4.0.patch +++ b/apps/desktop/patches/app-builder-lib+24.6.3.patch @@ -1,8 +1,8 @@ diff --git a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js -index 3ba5d6a..cf8e147 100644 +index fcb7f54..cb1c7f7 100644 --- a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js +++ b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js -@@ -105,6 +105,7 @@ class LinuxTargetHelper { +@@ -116,6 +116,7 @@ class LinuxTargetHelper { StartupWMClass: appInfo.productName, ...extra, ...targetSpecificOptions.desktop, @@ -10,7 +10,7 @@ index 3ba5d6a..cf8e147 100644 }; const description = this.getDescription(targetSpecificOptions); if (!(0, builder_util_1.isEmptyOrSpaces)(description)) { -@@ -148,6 +149,23 @@ class LinuxTargetHelper { +@@ -159,6 +160,23 @@ class LinuxTargetHelper { data += `\n${name}=${desktopMeta[name]}`; } data += "\n";