Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Jun 14, 2022
1 parent dbeef5a commit ece97f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Unelma-Browser",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple and basic Unelma.XYZ - Browser",
"main": "main.js",
"scripts": {
Expand All @@ -18,15 +18,15 @@
"postinstall": "electron-builder install-app-deps",
"build": {
"appId": "xyz.unelma.browser",
"productName": "Unelma.XYZ - Browser",
"productName": "Unelma Browser",
"icon": "./img/unp.png",
"target": "nsis",
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false
}
},
"author": "Unelma.XYZ",
"author": "Unelma Platforms Inc.",
"license": "Apache 2.0",
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.63",
Expand Down

0 comments on commit ece97f1

Please sign in to comment.