Skip to content

Commit

Permalink
[*] improve ui
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Jun 17, 2024
1 parent b5c25cf commit f11f1e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ debug:
debug-local:
$(run-evn) ./target/debug/rssbox-desktop

build-desktop-release:
$(build-evn) $(run-evn) cargo build --release --bin rssbox-desktop --features=desktop

install-desktop:
cp -f target/release/rssbox-desktop ~/bin/rssbox-desktop

tool-gen-rss-build:
cargo build --bin tool-gen-rss --features=tool-gen-rss

Expand Down

0 comments on commit f11f1e0

Please sign in to comment.