We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4e3fe commit 01bd4f3Copy full SHA for 01bd4f3
1 file changed
src/index.js
@@ -328,9 +328,9 @@
328
// Firmware URLs
329
const FIRMWARE_URLS = {
330
latest:
331
- 'https://simdevices-project.github.io/SimGEKI/standard/SimGEKI-SimGETRO_Public.bin',
+ 'https://simdevices.bysb.net/SimGEKI/standard/SimGEKI-SimGETRO_Public.bin',
332
nightly:
333
- 'https://simdevices-project.github.io/SimGEKI/nightly/SimGEKI-SimGETRO_Public.bin',
+ 'https://simdevices.bysb.net/SimGEKI/nightly/SimGEKI-SimGETRO_Public.bin',
334
}
335
336
// GitHub API URLs for version information
0 commit comments