mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Add script and relative index urls
This commit is contained in:
parent
9fec737634
commit
83f0f6abf4
1 changed files with 3 additions and 0 deletions
|
|
@ -8,3 +8,6 @@ export const storkExecutableName = storkOptions.executable
|
||||||
export const storkExecutablePath = `./${ storkExecutableName }`
|
export const storkExecutablePath = `./${ storkExecutableName }`
|
||||||
export const storkTomlPath = storkOptions.toml
|
export const storkTomlPath = storkOptions.toml
|
||||||
export const storkIndexPath = storkOptions.binary
|
export const storkIndexPath = storkOptions.binary
|
||||||
|
|
||||||
|
export const storkIndexRelativeURL = storkIndexPath.replace('static/', '')
|
||||||
|
export const storkScriptURL = `https://files.stork-search.net/releases/v${ storkVersion }/stork.js`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue