diff --git a/build/icon.png b/build/icon.png new file mode 100644 index 0000000..ec7014c Binary files /dev/null and b/build/icon.png differ diff --git a/package.json b/package.json index 8151d24..c771de0 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,27 @@ "start": "electron ." }, "keywords": [], - "author": "DeadCodeGames", + "author": "DeadCodeGames <404@mail.deadcode.is-a.dev> (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}" + } } }