Skip to content

Commit 91a6e42

Browse files
author
arthosofteq
authored
Merge pull request #423 from RedisInsight/add-license-to-the-electron_build
add license file to the electron sources
2 parents 2cb4bf4 + 1ef046c commit 91a6e42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

electron-builder.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
"to": "defaults",
9393
"filter": ["**/*"]
9494
},
95+
{
96+
"from": "LICENSE",
97+
"to": "../LICENSE.redisinsight.txt"
98+
},
9599
{
96100
"from": "./resources/app",
97101
"to": "./app",

0 commit comments

Comments
 (0)