Added localStorage save and more options

This commit is contained in:
Feenix
2022-12-21 21:54:13 +05:30
parent 6c7ccc9328
commit 527f6992fc
4 changed files with 41 additions and 35 deletions

View File

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