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:
@@ -57,6 +57,12 @@ export const RESCIDE_DEFAULT_DOWNLOADS: RescideDownload[] = [
|
|||||||
downloadUrl: 'https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip',
|
downloadUrl: 'https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip',
|
||||||
platform: 'Windows',
|
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',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const RESCIDE_FEATURES = [
|
export const RESCIDE_FEATURES = [
|
||||||
|
|||||||
@@ -113,6 +113,12 @@ func seedRescideAppDownloads(db *gorm.DB) error {
|
|||||||
DownloadURL: "https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip",
|
DownloadURL: "https://save.rikkeiraia.org/RESCIDE-1.73.100-win.zip",
|
||||||
Platform: "Windows",
|
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 {
|
for _, item := range items {
|
||||||
var count int64
|
var count int64
|
||||||
|
|||||||
Reference in New Issue
Block a user