Skip to content

Commit

Permalink
Comment out snap for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 10, 2024
1 parent b903c44 commit 34e382d
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions electron-app/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,41 +61,41 @@ module.exports = {
};
},
},
{
name: '@electron-forge/maker-snap',
platforms: ['linux'],
config: {
base: 'core22',
icon: 'electron-app/resources/icon.png',
confinement: 'strict',
description: 'A robust color management tool for the modern age.',
summary: 'A robust color management tool for the modern age.',
grade: 'stable',
layout: {
'/usr/lib/x86_64-linux-gnu/imlib2': {
bind: '$SNAP/usr/lib/x86_64-linux-gnu/imlib2',
},
},
appConfig: {
extensions: ['gnome'],
},
parts: {
setup: {
plugin: 'nil',
'stage-packages': [
'default',
'giblib1',
'libimlib2',
'libx11-6',
'libxcursor1',
'libxfixes3',
'scrot',
],
},
},
type: 'app',
},
},
// {
// name: '@electron-forge/maker-snap',
// platforms: ['linux'],
// config: {
// base: 'core22',
// icon: 'electron-app/resources/icon.png',
// confinement: 'strict',
// description: 'A robust color management tool for the modern age.',
// summary: 'A robust color management tool for the modern age.',
// grade: 'stable',
// layout: {
// '/usr/lib/x86_64-linux-gnu/imlib2': {
// bind: '$SNAP/usr/lib/x86_64-linux-gnu/imlib2',
// },
// },
// appConfig: {
// extensions: ['gnome'],
// },
// parts: {
// setup: {
// plugin: 'nil',
// 'stage-packages': [
// 'default',
// 'giblib1',
// 'libimlib2',
// 'libx11-6',
// 'libxcursor1',
// 'libxfixes3',
// 'scrot',
// ],
// },
// },
// type: 'app',
// },
// },
{
name: '@electron-forge/maker-squirrel',
config: {
Expand All @@ -109,13 +109,13 @@ module.exports = {
platforms: ['darwin'],
},
],
publishers: [
{
name: '@electron-forge/publisher-snapcraft',
platforms: ['linux'],
config: {
release: '[latest/stable]',
},
},
],
// publishers: [
// {
// name: '@electron-forge/publisher-snapcraft',
// platforms: ['linux'],
// config: {
// release: '[latest/stable]',
// },
// },
// ],
};

0 comments on commit 34e382d

Please sign in to comment.