app-builder-lib+26.0.12.patch 660 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 d159c17..eb48466 100644
  3. --- a/node_modules/app-builder-lib/out/appInfo.js
  4. +++ b/node_modules/app-builder-lib/out/appInfo.js
  5. @@ -116,9 +116,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 (0, filename_1.sanitizeFileName)(this.name);