NOT: bilgisayarda yer sorunu yok, render alırken ram %50 kullanıyor daha 8gb boş yer oluyor.
{
"devDependencies": {
"electron": "^22.3.24",
"electron-builder": "24.6.4"
},
"name": "app",
"version": "1.0.0",
"main": "main.js",
"license": "MIT",
"homepage": "",
"author": {
"name": "fatih yavuz",
"email": "merhaba@yavuzfatih.com",
"url": "https://yavuzfatih.com"
},
"scripts": {
"start": "electron .",
"build:linux": "electron-builder",
"build:windows": "electron-builder --windows"
},
"build": {
"asar": "false",
"productName": "uygulama adı",
"nsis": {
"installerIcon": "icon.ico",
"uninstallerIcon": "icon.ico",
"oneClick": true,
"createDesktopShortcut": "always",
"allowToChangeInstallationDirectory": false
},
"win": {
"icon": "icon.ico"
},
"linux": {
"target": [
"deb"
],
"icon": "icon.png"
}
}
}