Skip to content

Commit d427769

Browse files
Add executableName
1 parent 1870615 commit d427769

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

forge.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const config: ForgeConfig = {
7878
new MakerSnap(
7979
{
8080
name: 'Swach',
81+
executableName: 'Swach',
8182
base: 'core22',
8283
icon: 'electron-app/resources/icon.png',
8384
confinement: 'strict',
@@ -99,11 +100,6 @@ const config: ForgeConfig = {
99100
bind: '$SNAP/usr/lib/aarch64-linux-gnu/imlib2',
100101
},
101102
},
102-
apps: {
103-
Swach: {
104-
command: 'Swach --no-sandbox',
105-
},
106-
},
107103
appConfig: {
108104
extensions: ['gnome'],
109105
},

0 commit comments

Comments
 (0)