parent
3c9a01d3d9
commit
2a3b013353
|
|
@ -16,7 +16,13 @@
|
||||||
sudo apt install mingw-w64
|
sudo apt install mingw-w64
|
||||||
rustup target add x86_64-pc-windows-gnu
|
rustup target add x86_64-pc-windows-gnu
|
||||||
echo windows
|
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
|
echo local
|
||||||
cargo install --path ./
|
cargo install --path ./
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ feedback:
|
||||||
users:
|
users:
|
||||||
bel:
|
bel:
|
||||||
meta:
|
meta:
|
||||||
lasttsms: 1679974714156
|
lasttsms: 1680052450309
|
||||||
lastlag: 341
|
lastlag: 676
|
||||||
state:
|
state:
|
||||||
player: 2
|
player: 2
|
||||||
message: ""
|
message: ""
|
||||||
|
|
@ -19,7 +19,18 @@ users:
|
||||||
lastlag: 0
|
lastlag: 0
|
||||||
state:
|
state:
|
||||||
player: 0
|
player: 0
|
||||||
message: "8"
|
message: <<SOMEONE SAID "{{HOTWORD}}">>
|
||||||
|
gm:
|
||||||
|
alias: ""
|
||||||
|
lastalias: ""
|
||||||
|
vote: ""
|
||||||
|
zach:
|
||||||
|
meta:
|
||||||
|
lasttsms: 1679978514018
|
||||||
|
lastlag: 0
|
||||||
|
state:
|
||||||
|
player: 0
|
||||||
|
message: ""
|
||||||
gm:
|
gm:
|
||||||
alias: ""
|
alias: ""
|
||||||
lastalias: ""
|
lastalias: ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue