mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Remove GitHub publishing for Linux and Windows, and add GitHub release publishing for files
This commit is contained in:
parent
9a072389ed
commit
a3f8e9a065
12
package.json
12
package.json
@ -166,9 +166,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"publish": [
|
|
||||||
"github"
|
|
||||||
],
|
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage",
|
"AppImage",
|
||||||
"zip",
|
"zip",
|
||||||
@ -183,9 +180,6 @@
|
|||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"publisherName": "Upscayl Team",
|
"publisherName": "Upscayl Team",
|
||||||
"publish": [
|
|
||||||
"github"
|
|
||||||
],
|
|
||||||
"target": [
|
"target": [
|
||||||
"nsis",
|
"nsis",
|
||||||
"zip"
|
"zip"
|
||||||
@ -201,7 +195,11 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"export",
|
"export",
|
||||||
"renderer/out"
|
"renderer/out"
|
||||||
]
|
],
|
||||||
|
"publish": {
|
||||||
|
"provider": "github",
|
||||||
|
"releaseType": "release"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@electron/notarize": "^2.1.0",
|
"@electron/notarize": "^2.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user