fix: More various fixes

Removes the internal IP, peers, and FQDN due to it not being useful
Changes the productName in the package.json to be the actual "Vynte
Connect" name
This commit is contained in:
2026-05-31 21:49:09 -05:00
parent 7b10256e74
commit 6784d1c9c4
7 changed files with 6 additions and 61 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"name": "vynte-connect",
"productName": "vynte-connect",
"productName": "Vynte Connect",
"version": "1.0.0",
"description": "My Electron application description",
"description": "VPN used to access internal Vynte services",
"main": ".vite/build/main.js",
"private": true,
"scripts": {