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 9c48db6 commit 61da786Copy full SHA for 61da786
1 file changed
forge.config.ts
@@ -77,7 +77,6 @@ const config: ForgeConfig = {
77
}, ['darwin']),
78
new MakerSnap(
79
{
80
- name: 'Swach',
81
executableName: 'Swach',
82
base: 'core22',
83
icon: 'electron-app/resources/icon.png',
@@ -115,7 +114,7 @@ const config: ForgeConfig = {
115
114
'scrot',
116
],
117
},
118
- Swach: {
+ swach: {
119
'source-type': 'local',
120
121
0 commit comments