Skip to content

Commit

Permalink
updated neutralino version, icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchilorenzo committed Jun 23, 2022
1 parent 9231a62 commit 0fdf4de
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 26 deletions.
12 changes: 8 additions & 4 deletions neutralino.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"applicationId": "js.neutralino.xradio",
"version": "0.0.3",
"version": "0.0.4",
"defaultMode": "window",
"documentRoot": "/xradio-vue/dist/",
"port": 6498,
Expand All @@ -24,16 +24,20 @@
"minWidth": 400,
"minHeight": 200,
"resizable": false,
"icon": "/www/icon.png"
"icon": "/resources/icons/icon.png",
"borderless": false,
"maximize": false,
"hidden": false,
"exitProcessOnClose": true
}
},
"cli": {
"binaryName": "XRadio",
"resourcesPath": "/xradio-vue/dist/",
"extensionsPath": "/extensions/",
"clientLibrary": "/xradio-vue/public/neutralino.js",
"binaryVersion": "4.2.0",
"clientVersion": "3.1.0",
"binaryVersion": "4.6.0",
"clientVersion": "3.5.0",
"frontendLibrary": {
"patchFile": "/xradio-vue/public/index.html",
"devUrl": "http://localhost:8080"
Expand Down
Binary file added resources/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions www/.directory

This file was deleted.

Binary file removed www/icon.png
Binary file not shown.
11 changes: 0 additions & 11 deletions www/index.html

This file was deleted.

1 change: 0 additions & 1 deletion www/neutralino.js

This file was deleted.

2 changes: 1 addition & 1 deletion xradio-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xradio",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Loading

0 comments on commit 0fdf4de

Please sign in to comment.