fix(install): simplify installation to only binary in /opt/nupst
All checks were successful
CI / Type Check & Lint (push) Successful in 5s
CI / Build Test (Current Platform) (push) Successful in 5s
Release / build-and-release (push) Successful in 46s
CI / Build All Platforms (push) Successful in 48s

- Remove all conditional migration logic
- Always completely clean /opt/nupst before installation
- Ensures only NUPST binary exists in installation directory
- Simplified service restart logic
This commit is contained in:
2025-10-20 13:24:03 +00:00
parent ca1039408d
commit f750299780
2 changed files with 23 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/nupst",
"version": "5.0.2",
"version": "5.0.3",
"exports": "./mod.ts",
"tasks": {
"dev": "deno run --allow-all mod.ts",