Skip to content

Commit 01bd4f3

Browse files
authored
Update firmware URLs to new domain
1 parent 5a4e3fe commit 01bd4f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@
328328
// Firmware URLs
329329
const FIRMWARE_URLS = {
330330
latest:
331-
'https://simdevices-project.github.io/SimGEKI/standard/SimGEKI-SimGETRO_Public.bin',
331+
'https://simdevices.bysb.net/SimGEKI/standard/SimGEKI-SimGETRO_Public.bin',
332332
nightly:
333-
'https://simdevices-project.github.io/SimGEKI/nightly/SimGEKI-SimGETRO_Public.bin',
333+
'https://simdevices.bysb.net/SimGEKI/nightly/SimGEKI-SimGETRO_Public.bin',
334334
}
335335

336336
// GitHub API URLs for version information

0 commit comments

Comments
 (0)