diff --git a/config.xml b/config.xml index e31442d..70a8290 100644 --- a/config.xml +++ b/config.xml @@ -1,11 +1,20 @@ - +BioLab BioLab Parameter Explorer - - Apache Cordova Team + + Lucas Tadeu Marculino + + + + + + + + diff --git a/package.json b/package.json index febfa77..2ff602f 100644 --- a/package.json +++ b/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" + } } } diff --git a/www/assets/icon-512.png b/resources/icon-512.png similarity index 100% rename from www/assets/icon-512.png rename to resources/icon-512.png diff --git a/resources/icon.ico b/resources/icon.ico new file mode 100644 index 0000000..5bb2186 Binary files /dev/null and b/resources/icon.ico differ diff --git a/resources/icon.png b/resources/icon.png new file mode 100644 index 0000000..ebdf9a4 Binary files /dev/null and b/resources/icon.png differ