Skip to content

Commit

Permalink
Merge pull request #1407 from dcdenu4/release/1400-3.14.0-hotfix-1
Browse files Browse the repository at this point in the history
Revert license location in electron build for code signing
  • Loading branch information
davemfish committed Sep 8, 2023
2 parents 786fd2a + d1da1cd commit 32ad4a6
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions workbench/electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ const config = {
main: 'build/main/main.js',
version: installerVersion,
},
extraFiles: [
{
from: '../LICENSE.txt',
to: 'LICENSE.InVEST.txt',
},
{
from: '../NOTICE.txt',
to: 'NOTICE.InVEST.txt',
},
],
extraResources: [
{
from: '../dist/invest',
Expand All @@ -53,6 +43,14 @@ const config = {
from: 'resources/storage_token.txt',
to: 'storage_token.txt',
},
{
from: '../LICENSE.txt',
to: 'LICENSE.InVEST.txt',
},
{
from: '../NOTICE.txt',
to: 'NOTICE.InVEST.txt',
},
],
appId: APP_ID,
productName: PRODUCT_NAME,
Expand Down

0 comments on commit 32ad4a6

Please sign in to comment.