mirror of
https://github.com/Eugeny/tabby
synced 2024-12-15 07:42:55 +00:00
14 lines
530 B
Diff
14 lines
530 B
Diff
|
diff --git a/node_modules/app-builder-lib/out/appInfo.js b/node_modules/app-builder-lib/out/appInfo.js
|
||
|
index 25a159e..d8a0262 100644
|
||
|
--- 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
|
||
|
|
||
|
- return name.startsWith("@") ? this.sanitizedProductName : name;
|
||
|
+ return 'terminus-terminal'
|
||
|
}
|
||
|
|
||
|
get sanitizedName() {
|