mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try moving stork files to root
This commit is contained in:
parent
62cddb2abe
commit
91bdfbe20f
2 changed files with 5 additions and 5 deletions
|
|
@ -14,8 +14,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"stork": {
|
"stork": {
|
||||||
"executable": "stork-executable",
|
"executable": "stork-executable",
|
||||||
"toml": "static/stork.toml",
|
"toml": "stork.toml",
|
||||||
"binary": "static/search-index.st"
|
"binary": "search-index.st"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
curl https://files.stork-search.net/releases/latest/stork-amazon-linux -o stork-executable
|
# curl https://files.stork-search.net/releases/latest/stork-amazon-linux -o stork-executable
|
||||||
# curl https://files.stork-search.net/releases/latest/stork-macos-latest -o stork-executable
|
curl https://files.stork-search.net/releases/latest/stork-macos-latest -o stork-executable
|
||||||
chmod +x stork-executable
|
chmod +x stork-executable
|
||||||
./stork-executable build --input static/stork.toml --output static/search-index.st
|
./stork-executable build --input stork.toml --output search-index.st
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue