const aboutData = {
icon: path.join(__dirname, 'build/icons/icon.png');,
title: packageJson.productName,
copyright: `Copyright ${year} ${packageJson.author.name}`,
website: packageJson.author.url,
text: packageJson.description,
}
click() {
showAboutWindow(aboutData);
}
This exact code works on windows and mac but not on linux:
AppImage ( ubuntu / pop_os ) and dep package
electron 5.0.7
electron-builder 21.1.3
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too