Added name and icon
This commit is contained in:
parent
b5a258afd4
commit
926816291e
5 changed files with 22 additions and 7 deletions
15
config.xml
15
config.xml
|
|
@ -1,11 +1,20 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="com.tadeu.biolab" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<widget id="com.tadeu.biolab" version="1.0.0"
|
||||
|
||||
<name>BioLab</name>
|
||||
<description>BioLab Parameter Explorer</description>
|
||||
<author email="ltadeu6@pm.me" href="https://cordova.apache.org">
|
||||
Apache Cordova Team
|
||||
<author email="ltadeu6@pm.me" href="https://github.com/ltadeu6">
|
||||
Lucas Tadeu Marculino
|
||||
</author>
|
||||
|
||||
<content src="index.html" />
|
||||
|
||||
<allow-intent href="http://*/*" />
|
||||
<allow-intent href="https://*/*" />
|
||||
|
||||
<!-- ICON FOR ELECTRON -->
|
||||
<platform name="electron">
|
||||
<icon src="resources/icon.png" width="512" height="512" />
|
||||
</platform>
|
||||
|
||||
</widget>
|
||||
|
|
|
|||
14
package.json
14
package.json
|
|
@ -19,9 +19,15 @@
|
|||
"electron"
|
||||
]
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis"
|
||||
]
|
||||
"build": {
|
||||
"appId": "com.tadeu.biolab",
|
||||
"productName": "BioLab",
|
||||
"directories": {
|
||||
"buildResources": "resources"
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"icon": "resources/icon.ico"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
BIN
resources/icon.ico
Normal file
BIN
resources/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
resources/icon.png
Normal file
BIN
resources/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Loading…
Add table
Add a link
Reference in a new issue