moved SPM to separate repo
All checks were successful
/ test-on-windows (push) Successful in 55s
/ test-on-alpine (push) Successful in 1m17s

This commit is contained in:
partisan 2025-02-25 21:14:59 +01:00
parent ca57775f8f
commit d17285d122
19 changed files with 9 additions and 1678 deletions

View file

@ -3,7 +3,8 @@ package main
import (
"fmt"
"runtime"
"spitfire-installer/spm"
spm "weforge.xyz/Spitfire/SPM"
)
// Installer manages the download, decompression, and installation processes.