Skip to content

Commit

Permalink
fix(harper-ls): change filename to -msvc from -gnu (#7536)
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter authored Dec 20, 2024
1 parent 917ee97 commit fe5f98c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/harper-ls/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ languages:
- C#
- TOML
- Lua
- Java
categories:
- LSP

source:
id: pkg:github/elijah-potter/harper@v0.11.0
id: pkg:github/elijah-potter/harper@v0.12.0
asset:
- target: linux_x64_gnu
file: harper-ls-x86_64-unknown-linux-gnu.tar.gz
Expand All @@ -36,7 +37,7 @@ source:
file: harper-ls-aarch64-apple-darwin.tar.gz
bin: harper-ls
- target: win_x64
file: harper-ls-x86_64-pc-windows-gnu.zip
file: harper-ls-x86_64-pc-windows-msvc.zip
bin: harper-ls.exe

bin:
Expand Down

0 comments on commit fe5f98c

Please sign in to comment.