Archived
Compare commits
1
Commits
main
..
d7d117f18d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7d117f18d |
@@ -1,5 +1,4 @@
|
|||||||
resources/netbird*
|
resources/netbird*
|
||||||
resources/*.dll
|
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vynte-connect",
|
"name": "vynte-connect",
|
||||||
"productName": "Vynte Connect",
|
"productName": "Vynte Connect",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0-rc.1",
|
||||||
"description": "VPN used to access internal Vynte services",
|
"description": "VPN used to access internal Vynte services",
|
||||||
"main": ".vite/build/main.js",
|
"main": ".vite/build/main.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
+3
-7
@@ -45,15 +45,11 @@ app.on('window-all-closed', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
app.on('activate', () => {
|
app.on('activate', () => {
|
||||||
if (!window || window.isDestroyed()) {
|
// On OS X it's common to re-create a window in the app when the
|
||||||
|
// dock icon is clicked and there are no other windows open.
|
||||||
|
if (BrowserWindow.getAllWindows().length === 0) {
|
||||||
createWindow();
|
createWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!tray) {
|
|
||||||
createTray();
|
|
||||||
}
|
|
||||||
|
|
||||||
showWindow();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// In this file you can include the rest of your app's specific main process
|
// In this file you can include the rest of your app's specific main process
|
||||||
|
|||||||
Reference in New Issue
Block a user