Skip to content

Commit

Permalink
fix: edit electron-builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
UrijHoruzij committed Jan 9, 2023
1 parent 8491c85 commit f948cd0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,5 @@
"runAfterFinish": true
},
"files": ["main", "out"],
"publish": "github",
"provider": "github",
"repo": "super-resolution",
"owner": "UrijHoruzij",
"token": "${GH_TOKEN}"
"publish": [{ "provider": "github", "repo": "super-resolution", "owner": "UrijHoruzij", "token": "${GH_TOKEN}" }]
}

0 comments on commit f948cd0

Please sign in to comment.