Brooooooklyn
2024-03-21 14:29:02 +00:00
parent 540e456704
commit 85ee22329c
9 changed files with 257 additions and 146 deletions
@@ -10,6 +10,7 @@ import {
buildType,
icnsPath,
iconUrl,
iconX64PngPath,
icoPath,
platform,
productName,
@@ -77,6 +78,14 @@ const makers = [
!process.env.SKIP_BUNDLE && {
name: '@pengx17/electron-forge-maker-appimage',
platforms: ['linux'],
config: {
icons: [
{
file: iconX64PngPath,
size: 64,
},
],
},
},
].filter(Boolean);