mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
fix: move config to AppData to prevent settings loss on update, add config.dev.json for dev environment
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
],
|
||||
"files": [
|
||||
"**/*",
|
||||
"node_modules/**/*"
|
||||
"node_modules/**/*",
|
||||
"!config/config.dev.json"
|
||||
],
|
||||
"directories": {
|
||||
"buildResources": "build"
|
||||
@@ -77,8 +78,8 @@
|
||||
"to": "binaries/deno.exe"
|
||||
},
|
||||
{
|
||||
"from": "config/config.json",
|
||||
"to": "config/config.json"
|
||||
"from": "config/config.default.json",
|
||||
"to": "config/config.default.json"
|
||||
}
|
||||
],
|
||||
"win": {
|
||||
|
||||
Reference in New Issue
Block a user