Skip to content

Commit

Permalink
Review polish
Browse files Browse the repository at this point in the history
- hx -> hx_launcher.sh
- repositioned tag variable
  • Loading branch information
janos-r committed Jan 13, 2025
1 parent d6698f9 commit b884d6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,14 +252,14 @@ jobs:
set -ex
source="$(pwd)"
tag=${GITHUB_REF_NAME//\//}
mkdir -p runtime/grammars/sources
tar xJf grammars/grammars.tar.xz -C runtime/grammars/sources
rm -rf grammars
cd "$(mktemp -d)"
mv $source/bins-* .
mkdir dist
tag=${GITHUB_REF_NAME//\//}
for dir in bins-* ; do
platform=${dir#"bins-"}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion helix-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homepage.workspace = true
name = "helix"
assets = [
{ source = "target/release/hx", dest = "/usr/lib/helix/", mode = "755" },
{ source = "../contrib/hx", dest = "/usr/bin/", mode = "755" },
{ source = "../contrib/hx_launcher.sh", dest = "/usr/bin/", mode = "755" },
{ source = "../runtime/*", dest = "/usr/lib/helix/runtime/", mode = "644" },
{ source = "../runtime/grammars/*", dest = "/usr/lib/helix/runtime/grammars/", mode = "644" }, # to avoid sources/
{ source = "../runtime/queries/**/*", dest = "/usr/lib/helix/runtime/queries/", mode = "644" },
Expand Down

0 comments on commit b884d6a

Please sign in to comment.