File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11const ALLOWED_ASSET_API_HOST = 'api.github.com'
2- const ALLOWED_ASSET_API_PATH = / ^ \/ r e p o s \/ 2 0 3 N u l l \/ M a t r i x O S \/ r e l e a s e s \/ a s s e t s \/ \d + $ /
2+ const ALLOWED_ASSET_API_PATH = / ^ \/ r e p o s \/ (?: 2 0 3 N u l l | 2 0 3 - S y s t e m s ) \/ M a t r i x O S \/ r e l e a s e s \/ a s s e t s \/ \d + $ /
33
44export const GITHUB_RELEASE_ASSET_PROXY_PATH = '/api/firmware-release'
55
Original file line number Diff line number Diff line change 1313 writeFirmwareSourcePrefs ,
1414 } from ' ../stores/firmwareSource.js'
1515
16- const RELEASES_WEB_URL = ' https://github.com/203Null /MatrixOS/releases'
17- const RELEASES_API_URL = ' https://api.github.com/repos/203Null /MatrixOS/releases'
16+ const RELEASES_WEB_URL = ' https://github.com/203-Systems /MatrixOS/releases'
17+ const RELEASES_API_URL = ' https://api.github.com/repos/203-Systems /MatrixOS/releases'
1818 const RELEASE_ASSET_PROXY_PATH = ' /api/firmware-release'
1919 const LOCAL_BUILD_PACKAGE_URL = ` /MatrixOS${ FIRMWARE_PACKAGE_SUFFIX } `
2020 const LOCAL_BUILD_PACKAGE_NAME = ` MatrixOS${ FIRMWARE_PACKAGE_SUFFIX } `
You can’t perform that action at this time.
0 commit comments