fix path to binary
This commit is contained in:
parent
9f52254fe6
commit
e033778c40
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
./bin/kineto -b 127.0.0.1:8080 \
|
||||
./.bin/kineto -b 127.0.0.1:8080 \
|
||||
-e /assets/styles.css \
|
||||
gemini://iiiypuk.me
|
||||
|
@ -3,8 +3,8 @@
|
||||
# using for production
|
||||
|
||||
./.bin/agate.x86_64-unknown-linux-gnu \
|
||||
--content ./public/ \
|
||||
--addr [::]:1965 \
|
||||
--addr 0.0.0.0:1965 \
|
||||
--hostname iiiypuk.me \
|
||||
--lang en-US
|
||||
--content ./public/ \
|
||||
--addr [::]:1965 \
|
||||
--addr 0.0.0.0:1965 \
|
||||
--hostname iiiypuk.me \
|
||||
--lang en-US
|
||||
|
@ -1 +1 @@
|
||||
binary\agate --content .\public\ --addr 0.0.0.0:1965 --hostname localhost --lang en-US
|
||||
.bin\agate --content .\public\ --addr 0.0.0.0:1965 --hostname localhost --lang en-US
|
||||
|
Loading…
Reference in New Issue
Block a user