fix: Specify executableName since Linux fails otherwise
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ const config: ForgeConfig = {
|
||||
packagerConfig: {
|
||||
asar: true,
|
||||
extraResource: ['resources'],
|
||||
icon: 'resources/VynteIcon'
|
||||
icon: 'resources/VynteIcon',
|
||||
executableName: 'vynte-connect'
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
|
||||
Reference in New Issue
Block a user