Skip to content

Commit

Permalink
Merge pull request #27 from Ashuaidehao/dev-back
Browse files Browse the repository at this point in the history
update logo
  • Loading branch information
longfeiWan9 committed Apr 3, 2020
2 parents e33fe82 + cfa701c commit e9ac1b0
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
30 changes: 27 additions & 3 deletions neo3-gui/neo3-gui/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"prod": "npm run build && npm run start-electron-prod"
},
"build": {
"appId": "neo.ngd",
"productName": "neo-gui-demo",
"appId": "neo.ngd.neo-gui",
"productName": "Neo-GUI",
"extends": null,
"directories": {
"output": "build-electron"
Expand All @@ -60,9 +60,33 @@
"target": "nsis",
"icon": "public/logo512.png"
},
"mac": {
"target": [
"dmg"
],
"icon": "public/logo512.png"
},
"linux": {
"icon": "public/logo512.png"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
}
},
"eslintConfig": {
Expand All @@ -89,4 +113,4 @@
"electron": "^7.1.14",
"electron-builder": "^22.4.1"
}
}
}
2 changes: 1 addition & 1 deletion neo3-gui/neo3-gui/ClientApp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Neo GUI</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file modified neo3-gui/neo3-gui/ClientApp/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified neo3-gui/neo3-gui/ClientApp/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion neo3-gui/neo3-gui/neo3-gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,4 @@
</ResolvedFileToPublish>
</ItemGroup>
</Target>-->
<ProjectExtensions><VisualStudio><UserProperties clientapp_4package_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
</Project>

0 comments on commit e9ac1b0

Please sign in to comment.