Skip to content

Commit

Permalink
[*] update normally
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Jul 28, 2024
1 parent 12ef89c commit ff09825
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ release-local:
build-desktop-release:
$(build-evn) $(run-evn) cargo build --release --features=desktop

build-desktop-release-qt-backend:
SLINT_BACKEND=qt $(build-evn) $(run-evn) cargo build --release --features=desktop

build-desktop-release-nixos:
nix-shell --run "$(build-evn) $(run-evn) cargo build --release --features=desktop"

Expand Down

0 comments on commit ff09825

Please sign in to comment.