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