1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-12 01:40:53 +01:00

Fix image-upscayl command and add zip target to package.json

This commit is contained in:
Nayam Amarshe 2024-01-15 20:36:13 +05:30
parent 6095909142
commit 10c880e32c
2 changed files with 3 additions and 2 deletions

View File

@ -169,7 +169,7 @@ const imageUpscayl = async (event, payload: ImageUpscaylPayload) => {
try {
await convertAndScale(
inputDir + slash + fullfileName,
outFile,
isAlpha ? outFile + ".png" : outFile,
outFile,
desiredScale,
saveImageAs,

View File

@ -187,7 +187,8 @@
"github"
],
"target": [
"nsis"
"nsis",
"zip"
],
"icon": "build/icon.png"
},