Skip to content

Commit

Permalink
add electron-updater and tidy up package.json
Browse files Browse the repository at this point in the history
pukmajster committed Jun 28, 2024

Verified

This commit was signed with the committer’s verified signature.
crazy-max CrazyMax
1 parent 2293771 commit 5c7985c
Showing 2 changed files with 71 additions and 2 deletions.
62 changes: 62 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funky",
"version": "0.1.1",
"version": "0.2.0",
"description": "Open-source mods manager for Source Engine games",
"main": "./out/main/index.js",
"author": "Žan Pukmajster",
@@ -21,19 +21,25 @@
},
"build": {
"productName": "Funky",
"appId": "funky",
"appId": "com.pukmajster.funky",
"extraResources": {
"from": "./renderer/src/assets",
"to": "assets",
"filter": [
"**/*"
]
},
"directories": {
"output": "./dist"
},
"nsis": {
"runAfterFinish": false
},
"linux": {
"target": "AppImage"
},
"win": {
"target": "nsis"
}
},
"dependencies": {
@@ -59,6 +65,7 @@
"autoprefixer": "^10.4.14",
"electron": "^24.6.2",
"electron-builder": "^23.6.0",
"electron-updater": "^6.2.1",
"electron-vite": "^1.0.25",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",

0 comments on commit 5c7985c

Please sign in to comment.