Skip to content

Commit

Permalink
chore(electron) remove no longer needed files from package
Browse files Browse the repository at this point in the history
They were needed for beacons pairing.
  • Loading branch information
saghul committed Aug 15, 2023
1 parent 1e8c1b7 commit 14a7bc2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions spot-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,6 @@
"provider": "github",
"private": false,
"publishAutoUpdate": true
},
"win": {
"extraFiles": [
{
"from": "C:/Windows/System32/vccorlib140.dll",
"to": "."
},
{
"from": "C:/Windows/System32/vcruntime140.dll",
"to": "."
},
{
"from": "C:/Windows/System32/vcruntime140_1.dll",
"to": "."
}
]
}
},
"description": "An electron application intended to be used to host a Spot-TV, to provide it additional functionality not available in browsers.",
Expand Down

0 comments on commit 14a7bc2

Please sign in to comment.