Try moving stork files to root

This commit is contained in:
Sam Carlton 2022-05-09 17:53:07 -05:00
parent 62cddb2abe
commit 91bdfbe20f
2 changed files with 5 additions and 5 deletions

View file

@ -14,8 +14,8 @@
"config": {
"stork": {
"executable": "stork-executable",
"toml": "static/stork.toml",
"binary": "static/search-index.st"
"toml": "stork.toml",
"binary": "search-index.st"
}
},
"scripts": {

View file

@ -1,6 +1,6 @@
#!/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-macos-latest -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
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