Skip to content

Commit

Permalink
Fixed frayed ICO(N)s on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzf committed Jun 23, 2024
1 parent 22bcc59 commit b0a34a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,22 @@
"target": [
"nsis"
],
"icon": "src/icons/ENECO_eMobility_Icon.ico"
"icon": "src/icons/chargy_shield3.ico"
},
"nsis": {
"perMachine": true,
"installerIcon": "src/icons/ENECO_eMobility_Icon.ico",
"installerIcon": "src/icons/chargy_shield3.ico",
"deleteAppDataOnUninstall": true,
"runAfterFinish": true
},
"linux": {
"target": [
"deb"
],
"icon": "src/icons/ENECO_eMobility_Icon.png"
"icon": "src/icons/chargy_shield3"
},
"mac": {
"icon": "./src/icons/ENECO_eMobility_Icon.icns",
"icon": "./src/icons/chargy_shield3.icns",
"category": "public.app-category.utilities",
"type": "distribution",
"target": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
</div>
<div class="lib">
<div class="name">chart.js <span id="chartJS"></span></div>
<div class="license"><button class="linkButton" href="https://github.com/chartjs/Chart.js/blob/master/LICENSE.md">Copyright &copy; 2014-2024Chart.js Contributors<br />Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License</button></div>
<div class="license"><button class="linkButton" href="https://github.com/chartjs/Chart.js/blob/master/LICENSE.md">Copyright &copy; 2014-2024 Chart.js Contributors<br />Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License</button></div>
</div>
<div class="lib">
<div class="name">decimal.js <span id="decimalJS"></span></div>
Expand Down

0 comments on commit b0a34a4

Please sign in to comment.