mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
build(nix): use release path for commands lib output
This commit is contained in:
parent
313261e46e
commit
6a0c8fdc26
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
text = ''
|
||||
set -x
|
||||
[ "''${1:-}" == "" ] && cargo build --package commands --release
|
||||
uniffi-bindgen-cs "''${1:-target/debug/libcommands.so}" --library --out-dir="''${2:-./PluralKit.Bot}"
|
||||
uniffi-bindgen-cs "''${1:-target/release/libcommands.so}" --library --out-dir="''${2:-./PluralKit.Bot}"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue