Skip to content

Commit

Permalink
change assets
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Oct 29, 2024
1 parent 9058b5b commit fa8729a
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions nodejs/sender-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,10 @@
"webrtc.js",
"icon.png",
"node_modules/**/*",
{
"from": "icon-connected.png",
"to": "icon-connected.png",
"filter": [
"**/*"
]
},
{
"from": "icon-disconnected.png",
"to": "icon-disconnected.png",
"filter": [
"**/*"
]
}
"assets/**/*"
],
"asarUnpack": [
"**/*.png"
"assets/**/*.png"
],
"directories": {
"output": "dist"
Expand All @@ -51,7 +38,7 @@
"wrtc": "^0.4.7"
},
"devDependencies": {
"electron": "^33.0.2",
"electron": "^25.0.0",
"electron-builder": "^25.1.8"
}
}

0 comments on commit fa8729a

Please sign in to comment.