fix path to binary

This commit is contained in:
2022-02-27 10:50:35 +03:00
parent 9f52254fe6
commit e033778c40
3 changed files with 7 additions and 7 deletions
+1 -1
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
+5 -5
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
+1 -1
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