mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-30 18:24:27 +01:00
final working configs
This commit is contained in:
parent
1206dc8beb
commit
4e6f0d40bf
@ -95,7 +95,7 @@ ipcMain.handle(commands.SELECT_FOLDER, async (event, message) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.on(commands.UPSCAYL, async (event, payload) => {
|
ipcMain.on(commands.UPSCAYL, async (event, payload) => {
|
||||||
console.log(execPath)
|
//console.log(execPath)
|
||||||
console.log(payload);
|
console.log(payload);
|
||||||
const model = payload.model;
|
const model = payload.model;
|
||||||
const scale = payload.scaleFactor;
|
const scale = payload.scaleFactor;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"productName": "Upscayl",
|
"productName": "Upscayl",
|
||||||
"author": "TGS963 <nayam@nay.am>",
|
"author": "TGS963 <nayam@nay.am>",
|
||||||
"email": "nay@am.com",
|
"email": "nay@am.com",
|
||||||
@ -42,11 +42,7 @@
|
|||||||
"github"
|
"github"
|
||||||
],
|
],
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage",
|
"AppImage"
|
||||||
"deb",
|
|
||||||
"rpm",
|
|
||||||
"flatpak",
|
|
||||||
"snap"
|
|
||||||
],
|
],
|
||||||
"asarUnpack": [
|
"asarUnpack": [
|
||||||
"**/node_modules/sharp/**"
|
"**/node_modules/sharp/**"
|
||||||
|
Loading…
Reference in New Issue
Block a user