We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1870615 commit d427769Copy full SHA for d427769
1 file changed
forge.config.ts
@@ -78,6 +78,7 @@ const config: ForgeConfig = {
78
new MakerSnap(
79
{
80
name: 'Swach',
81
+ executableName: 'Swach',
82
base: 'core22',
83
icon: 'electron-app/resources/icon.png',
84
confinement: 'strict',
@@ -99,11 +100,6 @@ const config: ForgeConfig = {
99
100
bind: '$SNAP/usr/lib/aarch64-linux-gnu/imlib2',
101
},
102
- apps: {
103
- Swach: {
104
- command: 'Swach --no-sandbox',
105
- },
106
107
appConfig: {
108
extensions: ['gnome'],
109
0 commit comments