Skip to content

Commit cb04bbd

Browse files
Try to fix lauching
1 parent dfd2a9a commit cb04bbd

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

forge.config.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const config: ForgeConfig = {
5757
{
5858
options: {
5959
bin: 'Swach',
60-
name: 'swach',
60+
name: 'Swach',
6161
productName: 'Swach',
6262
productDescription:
6363
'A robust color management tool for the modern age.',
@@ -77,6 +77,7 @@ const config: ForgeConfig = {
7777
}, ['darwin']),
7878
new MakerSnap(
7979
{
80+
name: 'Swach',
8081
base: 'core22',
8182
icon: 'electron-app/resources/icon.png',
8283
confinement: 'strict',
@@ -98,6 +99,11 @@ const config: ForgeConfig = {
9899
bind: '$SNAP/usr/lib/aarch64-linux-gnu/imlib2',
99100
},
100101
},
102+
apps: {
103+
Swach: {
104+
command: 'Swach --no-sandbox',
105+
},
106+
},
101107
appConfig: {
102108
extensions: ['gnome'],
103109
},
@@ -113,7 +119,7 @@ const config: ForgeConfig = {
113119
'scrot',
114120
],
115121
},
116-
swach: {
122+
Swach: {
117123
'source-type': 'local',
118124
},
119125
},

0 commit comments

Comments
 (0)