1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00

Remove GitHub publishing for Linux and Windows, and add GitHub release publishing for files

This commit is contained in:
Nayam Amarshe 2024-01-15 22:31:20 +05:30
parent 9a072389ed
commit a3f8e9a065

View File

@ -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",