File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments