chore(nx/forge): try to fix .deb building

This commit is contained in:
Elian Doran 2025-04-27 11:58:05 +03:00
parent edffe3afe5
commit 54202c55d2
No known key found for this signature in database

View File

@ -104,6 +104,7 @@ module.exports = {
name: "@electron-forge/maker-deb", name: "@electron-forge/maker-deb",
config: { config: {
options: { options: {
name: EXECUTABLE_NAME,
...baseLinuxMakerConfigOptions ...baseLinuxMakerConfigOptions
} }
} }