This repository has been archived on 2025-10-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vencoder/neutralino.config.json
T
linesofcodes d586a8f222
Build / build (push) Successful in 1m26s
Fix output builds
2025-08-26 20:08:04 +07:00

43 lines
1.2 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "xyz.dailitation.linesofcodes.vencoder",
"version": "1.0.0",
"defaultMode": "window",
"documentRoot": "/solid-src/dist/",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"singlePageServe": true,
"tokenSecurity": "none",
"nativeAllowList": [
"app.*",
"os.*",
"window.create",
"filesystem.*",
"storage.*",
"debug.log"
],
"modes": {
"window": {
"title": "Vencoder",
"width": 1280,
"height": 720,
"minWidth": 600,
"minHeight": 400,
"icon": "/solid-src/public/vite.svg",
"enableInspector": true
}
},
"cli": {
"binaryName": "vencoder",
"resourcesPath": "/solid-src/dist/",
"extensionsPath": "/extensions/",
"binaryVersion": "6.2.0",
"clientVersion": "6.2.0",
"frontendLibrary": {
"patchFile": "/solid-src/index.html",
"devUrl": "http://localhost:5173"
}
}
}