Make app more Linux package manager friendly
Build / build (push) Successful in 1m39s

This commit is contained in:
2025-09-23 18:36:35 +07:00
parent 37568aa0d1
commit f1da312b95
5 changed files with 131 additions and 109 deletions
+7 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "xyz.dailitation.linesofcodes.vencoder",
"version": "1.0.0",
"version": "0.1.1",
"defaultMode": "window",
"documentRoot": "/solid-src/dist/",
"url": "/",
@@ -17,6 +17,11 @@
"storage.*",
"debug.log"
],
"dataLocation": "system",
"storageLocation": "system",
"logging": {
"writeToLogFile": false
},
"modes": {
"window": {
"title": "Vencoder",
@@ -40,4 +45,4 @@
"devUrl": "http://localhost:5173"
}
}
}
}