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:
parent
6095909142
commit
10c880e32c
@ -169,7 +169,7 @@ const imageUpscayl = async (event, payload: ImageUpscaylPayload) => {
|
||||
try {
|
||||
await convertAndScale(
|
||||
inputDir + slash + fullfileName,
|
||||
outFile,
|
||||
isAlpha ? outFile + ".png" : outFile,
|
||||
outFile,
|
||||
desiredScale,
|
||||
saveImageAs,
|
||||
|
@ -187,7 +187,8 @@
|
||||
"github"
|
||||
],
|
||||
"target": [
|
||||
"nsis"
|
||||
"nsis",
|
||||
"zip"
|
||||
],
|
||||
"icon": "build/icon.png"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user