fix: Fixed agent windows version
Server Deploy / deploy (push) Successful in 1m28s
Agent Release / build (push) Successful in 10m34s
Agent Release / msi (push) Successful in 57s

This commit is contained in:
2026-07-17 15:38:00 +01:00
parent 4f3f3601d2
commit d31486ae1b
9 changed files with 149 additions and 14 deletions
+4
View File
@@ -26,6 +26,10 @@ const nextConfig: NextConfig = {
source: "/update",
destination: `${apiUrl}/update`,
},
{
source: "/update.ps1",
destination: `${apiUrl}/update.ps1`,
},
];
},
};