mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Remove GitHub publishing for Linux and Windows, and add GitHub release publishing for files
This commit is contained in:
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",
|
||||
|
||||
Reference in New Issue
Block a user