parent
3c9a01d3d9
commit
2a3b013353
|
|
@ -16,7 +16,13 @@
|
|||
sudo apt install mingw-w64
|
||||
rustup target add x86_64-pc-windows-gnu
|
||||
echo windows
|
||||
cargo build --release --target x86_64-pc-windows-gnu && ls target/x86_64-pc-windows-gnu/release/rusty-pipe.exe
|
||||
cargo build --release --target x86_64-pc-windows-gnu
|
||||
rm target/x86_64-pc-windows-gnu/release/rusty-pipe-signed.exe
|
||||
read -p ".crt? " CERT
|
||||
osslsigncode sign \
|
||||
-certs ${CERT%.crt}.crt -key ${CERT%.crt}.key \
|
||||
-n Rusty-Pipe -i https://whois.home.blapointe.com \
|
||||
-in target/x86_64-pc-windows-gnu/release/rusty-pipe.exe -out target/x86_64-pc-windows-gnu/release/rusty-pipe-signed.exe
|
||||
echo local
|
||||
cargo install --path ./
|
||||
```
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ feedback:
|
|||
users:
|
||||
bel:
|
||||
meta:
|
||||
lasttsms: 1679974714156
|
||||
lastlag: 341
|
||||
lasttsms: 1680052450309
|
||||
lastlag: 676
|
||||
state:
|
||||
player: 2
|
||||
message: ""
|
||||
|
|
@ -19,7 +19,18 @@ users:
|
|||
lastlag: 0
|
||||
state:
|
||||
player: 0
|
||||
message: "8"
|
||||
message: <<SOMEONE SAID "{{HOTWORD}}">>
|
||||
gm:
|
||||
alias: ""
|
||||
lastalias: ""
|
||||
vote: ""
|
||||
zach:
|
||||
meta:
|
||||
lasttsms: 1679978514018
|
||||
lastlag: 0
|
||||
state:
|
||||
player: 0
|
||||
message: ""
|
||||
gm:
|
||||
alias: ""
|
||||
lastalias: ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue