Skip to content

Commit e15a880

Browse files
committed
fix: specify profile for release of binary
1 parent d26a450 commit e15a880

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dist-workspace.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ targets = ["x86_64-unknown-linux-gnu"]
1919
# Path that installers should place binaries in
2020
install-path = "${XDG_BIN_HOME:-$HOME/.local/bin}"
2121
# Whether to install an updater program
22-
install-updater = false
22+
install-updater = false
23+
profile = "release"

0 commit comments

Comments
 (0)