1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-28 01:10:52 +01:00

final working configs

This commit is contained in:
Suvojit Ghosh 2022-08-22 17:18:34 +05:30
parent 1206dc8beb
commit 4e6f0d40bf
2 changed files with 3 additions and 7 deletions

View File

@ -95,7 +95,7 @@ ipcMain.handle(commands.SELECT_FOLDER, async (event, message) => {
});
ipcMain.on(commands.UPSCAYL, async (event, payload) => {
console.log(execPath)
//console.log(execPath)
console.log(payload);
const model = payload.model;
const scale = payload.scaleFactor;

View File

@ -1,7 +1,7 @@
{
"name": "upscayl",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"productName": "Upscayl",
"author": "TGS963 <nayam@nay.am>",
"email": "nay@am.com",
@ -42,11 +42,7 @@
"github"
],
"target": [
"AppImage",
"deb",
"rpm",
"flatpak",
"snap"
"AppImage"
],
"asarUnpack": [
"**/node_modules/sharp/**"