diff options
Diffstat (limited to 'packages/meshbay-client/package.json')
| -rw-r--r-- | packages/meshbay-client/package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/meshbay-client/package.json b/packages/meshbay-client/package.json index 7f5afcb..55b2dcf 100644 --- a/packages/meshbay-client/package.json +++ b/packages/meshbay-client/package.json @@ -1,6 +1,6 @@ { "name": "meshbay-client", - "version": "0.1.0", + "version": "1.0.0", "description": "MeshBay desktop client — the interface ships with the application, not from the hub", "license": "AGPL-3.0-or-later", "author": "MeshBay Team <team@meshbay.org>", @@ -37,6 +37,14 @@ { "from": "../../packaging/win/firewall.ps1", "to": "firewall.ps1" + }, + { + "from": "../../packaging/win/service.ps1", + "to": "service.ps1" + }, + { + "from": "../../packaging/win/service-mode.ps1", + "to": "service-mode.ps1" } ] }, |