Skip to content

Commit

Permalink
feat: 🎸 Adjustements to builds
Browse files Browse the repository at this point in the history
✅ Closes: #78
  • Loading branch information
MadejaMaciej committed Apr 15, 2024
1 parent 03c70a1 commit 16f469f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Lost Dutchman Mine Change Log
0.2.2 April 21, 2024
-------------------

- Enh #78: Linux builds (MadejaMaciej)
- Bug #115: Change app icon in build (MadejaMaciej)
- Bug #79: Change build properties (MadejaMaciej)
- Enh #125: Add internal array to store food and tools (MadejaMaciej)
Expand Down
5 changes: 3 additions & 2 deletions code-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@
"asar": true,
"mac": {
"category": "public.app-category.games",
"target": "dmg",
"target": ["dmg", "zip"],
"icon": "./src/favicon.png"
},
"linux":{
"category": "Game",
"target": ["deb", "tar.gz"],
"icon": "./src/favicon.png"
},
"win":{
"publisherName": "Niner Games",
"target": "msi",
"target": ["msi", "zip"],
"icon": "./src/favicon.png"
}
},
Expand Down

0 comments on commit 16f469f

Please sign in to comment.