Archived
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: {
|
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