Skip to content

Commit a20143c

Browse files
authored
Merge pull request #674 from 4gray/fix/remote-control-bundle-fix
feat(package): include built remote-control-web in packaged app
2 parents 6b0436e + a80f3b9 commit a20143c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@
2828
"output": "dist/executables"
2929
},
3030
"files": [
31+
{
32+
"from": "dist/apps/remote-control-web",
33+
"to": "remote-control-web",
34+
"filter": ["**/*"]
35+
},
3136
"electron-backend/**/*",
3237
"web/**/*",
33-
"remote-control-web/**/*",
3438
"!**/*.map"
3539
],
3640
"asarUnpack": [

0 commit comments

Comments
 (0)