Skip to content

Commit

Permalink
Remove .exe extension which is handled by goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigaMr committed Jan 10, 2025
1 parent 8381de2 commit f6a192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ builds:
- arm64
- <<: *build-common
id: oasis-windows-amd64
binary: oasis.exe
binary: oasis
env:
- CC=x86_64-w64-mingw32-gcc
- CXX=x86_64-w64-mingw32-g++
Expand Down

0 comments on commit f6a192c

Please sign in to comment.