Skip to content

Commit

Permalink
Changed some build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKanshen committed Feb 26, 2024
1 parent b4ca489 commit 87f393c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,27 @@
"start": "electron ."
},
"keywords": [],
"author": "DeadCodeGames",
"author": "DeadCodeGames <[email protected]> (https://deadcode.is-a.dev)",
"license": "BSD-3-Clause",
"repository": "github:DeadCodeGames/DeadForge-Launcher",
"devDependencies": {
"electron": "^29.0.1",
"electron-builder": "^24.12.0"
},
"build": {
"appId": "dev.deadcode.forge",
"productName": "DeadForge",
"win": {
"target": "nsis",
"artifactName": "dev.deadcode.forge-${version}.${ext}"
},
"mac": {
"target": "dmg",
"artifactName": "dev.deadcode.forge-${version}.${ext}"
},
"linux": {
"target": "deb",
"artifactName": "dev.deadcode.forge-${version}.${ext}"
}
}
}

0 comments on commit 87f393c

Please sign in to comment.