1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-21 09:31:44 +03:00
tabby/patches/app-builder-lib+22.10.5.patch

14 lines
528 B
Diff
Raw Normal View History

2021-06-08 21:26:55 +03:00
diff --git a/node_modules/app-builder-lib/out/appInfo.js b/node_modules/app-builder-lib/out/appInfo.js
2021-07-14 00:50:31 +03:00
index 25a159e..bfe0590 100644
2021-06-08 21:26:55 +03:00
--- a/node_modules/app-builder-lib/out/appInfo.js
+++ b/node_modules/app-builder-lib/out/appInfo.js
@@ -165,7 +165,7 @@ class AppInfo {
get linuxPackageName() {
const name = this.name; // https://github.com/electron-userland/electron-builder/issues/2963
2021-07-14 00:50:31 +03:00
2021-06-08 21:26:55 +03:00
- return name.startsWith("@") ? this.sanitizedProductName : name;
2021-07-14 00:50:31 +03:00
+ return 'tabby-terminal';
2021-06-08 21:26:55 +03:00
}
2021-07-14 00:50:31 +03:00
2021-06-08 21:26:55 +03:00
get sanitizedName() {