[WIP] Simplify update system

This commit is contained in:
Daniel
2024-10-31 16:38:12 +01:00
parent d6669ff8f5
commit 0f3f3c360f
29 changed files with 1101 additions and 891 deletions

View File

@@ -56,7 +56,7 @@ func TestPreformUpdate(t *testing.T) {
}
// Create updater
updates, err := New(stub, "Test", UpdateIndex{
updates, err := New(stub, "Test", Config{
Directory: installedDir,
DownloadDirectory: updateDir,
PurgeDirectory: purgeDir,