Skip to content

Commit

Permalink
use correct paths for installing zed binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Jun 25, 2024
1 parent 8d3833d commit 5cd00e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anda/devs/zed-nightly/zed-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ echo "nightly" > crates/zed/RELEASE_CHANNEL
script/generate-licenses

%install
install -Dm755 target/release/zed %{buildroot}%{_libexecdir}/zed-editor
install -Dm755 target/release/cli %{buildroot}%{_bindir}/zed
install -Dm755 target/rpm/zed %{buildroot}%{_libexecdir}/zed-editor
install -Dm755 target/rpm/cli %{buildroot}%{_bindir}/zed

install -Dm644 %app_id.desktop %{buildroot}%{_datadir}/applications/%app_id.desktop
install -Dm644 crates/zed/resources/app-icon-nightly.png %{buildroot}%{_datadir}/pixmaps/%app_id.png
Expand Down

0 comments on commit 5cd00e5

Please sign in to comment.