1
0
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:
Nayam Amarshe 2024-01-15 22:31:20 +05:30
parent 9a072389ed
commit a3f8e9a065

View File

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