fix path to binary

This commit is contained in:
Alexander Popov 2022-02-27 10:50:35 +03:00
parent 9f52254fe6
commit e033778c40
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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