{ "$schema": "https://schema.tauri.app/config/2", "productName": "JE-Skin", "version": "0.4.0", "identifier": "com.lenn.tauri-serial", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../build" }, "app": { "windows": [ { "title": "JE-Skin", "width": 1366, "height": 860, "decorations": false } ], "security": { "csp": null } }, "bundle": { "createUpdaterArtifacts": true, "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "windows": { "nsis": { "installMode": "both", "displayLanguageSelector": false, "installerIcon": "icons/icon.ico", "template": "nsis/installer.nsi" } }, "resources": [ "resources/je-skin-devkit-server.exe" ] }, "plugins": {} }