Skip to content

Commit 7804367

Browse files
committed
fix: firmware binaries served from GitHub Pages (CORS fix)
1 parent f057d48 commit 7804367

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-48 Bytes
Binary file not shown.
-64 Bytes
Binary file not shown.

website/public/firmware/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
{
77
"chipFamily": "ESP32",
88
"parts": [
9-
{ "path": "https://github.com/makepkg/SecureGen/releases/latest/download/firmware-esp32.bin", "offset": 0 }
9+
{ "path": "/SecureGen/firmware/firmware-esp32.bin", "offset": 0 }
1010
]
1111
},
1212
{
1313
"chipFamily": "ESP32-S3",
1414
"parts": [
15-
{ "path": "https://github.com/makepkg/SecureGen/releases/latest/download/firmware-s3.bin", "offset": 0 }
15+
{ "path": "/SecureGen/firmware/firmware-s3.bin", "offset": 0 }
1616
]
1717
}
1818
]

0 commit comments

Comments
 (0)