We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the documentation, when I do not set executableName, electron-builder should use the productName that I have set as the default value.
executableName
electron-builder
productName
my electronBuilder.ts
electronBuilder.ts
import { Configuration } from 'electron-builder' export default { appId: 'com.tech-trans.ttpos.std86', files: ['app-dist/**/*'], productName: 'MyApp', // executableName: 'MyApp', artifactName: '${productName}-${version}-${os}-${arch}.${ext}', } satisfies Configuration
electron: 33.2.1
33.2.1
electron-builder: 25.1.8
25.1.8
node: 22.12.0
22.12.0
pnpm: 9.12.2
9.12.2
os: Linux xxx 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Linux xxx 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
I am not familiar with this library, but the code should be at this location.:
electron-builder/packages/app-builder-lib/src/linuxPackager.ts
Lines 20 to 21 in c4f5497
The above content is all translated by translation tools. Please ignore the errors therein.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the documentation, when I do not set
executableName
,electron-builder
should use theproductName
that I have set as the default value.my
electronBuilder.ts
electron:
33.2.1
electron-builder:
25.1.8
node:
22.12.0
pnpm:
9.12.2
os:
Linux xxx 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
I am not familiar with this library, but the code should be at this location.:
electron-builder/packages/app-builder-lib/src/linuxPackager.ts
Lines 20 to 21 in c4f5497
The text was updated successfully, but these errors were encountered: