cleanup: remove stale SAMI Caddy files + add download landing page

This commit is contained in:
Krystie
2026-08-13 01:32:07 -07:00
parent 4894e07469
commit 2ff6c05a45
12 changed files with 18 additions and 2460 deletions
+18 -4
View File
@@ -47,12 +47,24 @@
{
"from": "../status",
"to": "status",
"filter": ["**/*", "!node_modules/**", "!.git/**", "!**/*.test.js", "!**/*.spec.js"]
"filter": [
"**/*",
"!node_modules/**",
"!.git/**",
"!**/*.test.js",
"!**/*.spec.js"
]
},
{
"from": "../dashcaddy-api",
"to": "dashcaddy-api",
"filter": ["**/*", "!node_modules/**", "!.git/**", "!**/*.test.js", "!**/*.spec.js"]
"filter": [
"**/*",
"!node_modules/**",
"!.git/**",
"!**/*.test.js",
"!**/*.spec.js"
]
}
],
"icon": "assets/favicon.ico",
@@ -65,7 +77,9 @@
"signAndEditExecutable": false
},
"mac": {
"target": "dmg",
"target": [
"zip"
],
"icon": "assets/dashcaddy-logo.png"
},
"linux": {
@@ -84,4 +98,4 @@
"installerHeaderIcon": "assets/icon.ico"
}
}
}
}