Skip to content

Commit

Permalink
Changer nom pour Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 18, 2024
1 parent b450df3 commit 4c1ae4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .electron-builder.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
export default async function () {
const {getVersion} = await import('./version/getVersion.mjs');
return {
productName: 'Constellation',
productName: 'Constellation', // Pour macOS et Windows
directories: {
output: 'dist',
buildResources: 'buildResources',
},
files: ['packages/**/dist/**'],
extraMetadata: {
version: getVersion(),
name: 'Constellation', // Pour linux deb
},

// Specify linux target just for disabling snap compilation
Expand Down

0 comments on commit 4c1ae4a

Please sign in to comment.