Skip to content

Commit 39b5c30

Browse files
committed
update clean
1 parent e2162e9 commit 39b5c30

File tree

205 files changed

+88784
-347
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+88784
-347
lines changed

.tmp/auth_info.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

neutralino.config.bak.json renamed to .tmp/neutralino.config.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"defaultMode": "window",
55
"port": 0,
6-
"documentRoot": "/dist/",
7-
"url": "/#/login",
6+
"documentRoot": "/resources/dist/",
7+
"url": "/#/app",
88
"enableServer": true,
99
"enableNativeAPI": true,
1010
"tokenSecurity": "one-time",
@@ -31,7 +31,7 @@
3131
},
3232
"modes": {
3333
"window": {
34-
"title": "vue-desktop-app",
34+
"title": "Vue Desktop",
3535
"width": 800,
3636
"height": 500,
3737
"minWidth": 400,
@@ -41,10 +41,9 @@
4141
"icon": "/src/assets/logo.png",
4242
"enableInspector": true,
4343
"borderless": true,
44-
"maximize": false,
44+
"maximize": true,
4545
"hidden": false,
46-
"center": true,
47-
"resizable": true,
46+
"resizable": false,
4847
"exitProcessOnClose": true
4948
},
5049
"browser": {
@@ -72,14 +71,13 @@
7271
}
7372
},
7473
"cli": {
75-
"binaryName": "vue-desktop-app",
76-
"resourcesPath": "/dist/",
74+
"binaryName": "desktop-init",
75+
"resourcesPath": "/resources/dist/",
7776
"extensionsPath": "/extensions/",
78-
"clientLibrary": "/public/neutralino.js",
77+
"clientLibrary": "/resources/dist/neutralino.js",
7978
"binaryVersion": "4.6.0",
8079
"clientVersion": "3.5.0",
8180
"frontendLibrary": {
82-
"patchFile": "/public/index.html",
8381
"devUrl": "http://localhost:8081/#/app"
8482
}
8583
}
Binary file not shown.

.tmp/resources/dist/assets/fonts/poppins-v20-latin-300.svg

Lines changed: 321 additions & 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.tmp/resources/dist/assets/fonts/poppins-v20-latin-300italic.svg

Lines changed: 336 additions & 0 deletions
Binary file not shown.

0 commit comments

Comments
 (0)