Skip to content

Commit

Permalink
Include icon.svg alongside icon.png in the final builds
Browse files Browse the repository at this point in the history
This will help us improve the icon on the flatpak build for Linux
  • Loading branch information
GarboMuffin committed Jun 21, 2024
1 parent ad34e0a commit aeb24dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
{
"from": "art/icon.png",
"to": "icon.png"
},
{
"from": "art/icon.svg",
"to": "icon.svg"
}
],
"win": {
Expand Down

0 comments on commit aeb24dc

Please sign in to comment.