Skip to content

Commit 27c3439

Browse files
committed
Unify desktop and CLI into one binary
1 parent e4b6cf5 commit 27c3439

35 files changed

Lines changed: 2331 additions & 203 deletions

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Install cargo-packager
5050
run: cargo install cargo-packager --locked
5151

52-
- name: Build binaries
53-
run: cargo build --release --bins
52+
- name: Build binary
53+
run: cargo build --release --bin linuxdo-accelerator
5454

5555
- name: Package app
5656
run: ${{ matrix.package_cmd }}

0 commit comments

Comments
 (0)