Skip to content

Commit

Permalink
fix: try fixing linux packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Dec 1, 2023
1 parent 1e19406 commit 303fd93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
7 changes: 4 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ linux:
- AppImage
# - snap # TODO: painful to configure this, snapcraft keeps 404
- deb
maintainer: electronjs.org
maintainer: flojoy.ai
category: Utility
appImage:
artifactName: ${name}-${version}.${ext}

npmRebuild: false
publish:
provider: generic
url: https://example.com/auto-updates
provider: github
owner: flojoy-ai
repo: studiolab
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
"main": "./out/main/index.js",
"author": "Flojoy Inc.",
"homepage": "https://flojoy.ai",
"build": {
"publish": [
{
"provider": "github",
"owner": "flojoy-ai",
"repo": "studiolab"
}
]
},
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
Expand Down

0 comments on commit 303fd93

Please sign in to comment.