mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Added localStorage save and more options
This commit is contained in:
15
package.json
15
package.json
@@ -105,10 +105,14 @@
|
||||
],
|
||||
"target": [
|
||||
"AppImage",
|
||||
"flatpak",
|
||||
"zip"
|
||||
"zip",
|
||||
"deb",
|
||||
"rpm",
|
||||
"tar.gz"
|
||||
],
|
||||
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;"
|
||||
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;",
|
||||
"synopsis": "AI Image Upscaler",
|
||||
"description": "Upscayl is a free and open source AI image upscaler for Linux. It uses the latest AI technology to upscale images to higher resolutions."
|
||||
},
|
||||
"win": {
|
||||
"publish": [
|
||||
@@ -119,6 +123,11 @@
|
||||
],
|
||||
"icon": "main/build/icon.png"
|
||||
},
|
||||
"nsis": {
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"allowElevation": true,
|
||||
"perMachine": true
|
||||
},
|
||||
"files": [
|
||||
"main",
|
||||
"renderer/out"
|
||||
|
||||
Reference in New Issue
Block a user