app-builder-lib+22.14.5.patch 654 B

123456789101112131415
  1. diff --git a/node_modules/app-builder-lib/out/appInfo.js b/node_modules/app-builder-lib/out/appInfo.js
  2. index 363f32c..a0434a9 100644
  3. --- a/node_modules/app-builder-lib/out/appInfo.js
  4. +++ b/node_modules/app-builder-lib/out/appInfo.js
  5. @@ -100,9 +100,7 @@ class AppInfo {
  6. return this.info.metadata.name;
  7. }
  8. get linuxPackageName() {
  9. - const name = this.name;
  10. - // https://github.com/electron-userland/electron-builder/issues/2963
  11. - return name.startsWith("@") ? this.sanitizedProductName : name;
  12. + return 'tabby-terminal'
  13. }
  14. get sanitizedName() {
  15. return filename_1.sanitizeFileName(this.name);