Merge pull request 'Specify executableName since Linux fails otherwise' (#12) from fix-linux-make into main
Reviewed-on: https://git.internal.vyntehome.com/vynte/vynte-connect/pulls/12
This commit was merged in pull request #12.
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