Skip to content

Commit 274302c

Browse files
author
arthosofteq
authored
Merge pull request #133 from RedisInsight/main
a new release candidate
2 parents 79ebeb8 + 1c81000 commit 274302c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

electron-builder.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,14 @@
6363
"extraResources": [
6464
"./resources/**",
6565
{
66-
"from": "./redisinsight/api/src/static",
66+
"from": "./redisinsight/api/static",
6767
"to": "static",
6868
"filter": ["**/*"]
69+
},
70+
{
71+
"from": "./redisinsight/api/defaults",
72+
"to": "defaults",
73+
"filter": ["**/*"]
6974
}
7075
]
7176
}

0 commit comments

Comments
 (0)