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": {
|
||||
"publish": [
|
||||
"github"
|
||||
],
|
||||
"target": [
|
||||
"AppImage",
|
||||
"zip",
|
||||
@ -183,9 +180,6 @@
|
||||
},
|
||||
"win": {
|
||||
"publisherName": "Upscayl Team",
|
||||
"publish": [
|
||||
"github"
|
||||
],
|
||||
"target": [
|
||||
"nsis",
|
||||
"zip"
|
||||
@ -201,7 +195,11 @@
|
||||
"files": [
|
||||
"export",
|
||||
"renderer/out"
|
||||
]
|
||||
],
|
||||
"publish": {
|
||||
"provider": "github",
|
||||
"releaseType": "release"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron/notarize": "^2.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user