add linux ide
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m37s
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m37s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user