add linux ide
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m37s

This commit is contained in:
2026-07-29 16:27:11 +07:00
parent 42172db9f4
commit b6dfe705f5
2 changed files with 12 additions and 0 deletions

View File

@@ -113,6 +113,12 @@ func seedRescideAppDownloads(db *gorm.DB) error {
DownloadURL: "https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip",
Platform: "Windows",
},
{
Name: "RESCIDE (Linux)",
Description: "IDE thi thực hành — Linux x64",
DownloadURL: "https://save.rikkeiraia.org/RESCIDE-1.73.100-x64.tar.gz",
Platform: "Linux",
},
}
for _, item := range items {
var count int64