Skip to content

Commit

Permalink
added new os targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis-Software committed Jan 17, 2024
1 parent 976872d commit 7e45479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
"extraFiles": [],
"linux": {
"target": "deb",
"target": ["deb", "rpm", "AppImage"],
"icon": "./static/logo/512x512.png",
"category": "Game",
"publish": {
Expand All @@ -73,7 +73,7 @@
}
},
"mac": {
"target": "dmg",
"target": ["dmg", "pkg", "zip"],
"icon": "./static/logo/512x512.icns",
"darkModeSupport": true,
"publish": {
Expand Down

0 comments on commit 7e45479

Please sign in to comment.