Skip to content

Commit

Permalink
Fix chocolatey binary path (#18992)
Browse files Browse the repository at this point in the history
## Description 
Fix chocolatey binary path

## Test plan 
👀
  • Loading branch information
ebmifa committed Aug 14, 2024
1 parent 1bf77fe commit 6a84e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chocolatey/sui.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<releaseNotes>https://github.com/MystenLabs/sui/releases/tag/mainnet-v$version$</releaseNotes>
</metadata>
<files>
<file src="./tmp/release/sui.exe" target="bin/sui.exe" />
<file src="../tmp/release/sui.exe" target="bin/sui.exe" />
<file src="../LICENSE" target="bin/LICENSE.txt" />
<file src="./VERIFICATION.txt" target="bin/VERIFICATION.txt" />
</files>
Expand Down

0 comments on commit 6a84e4d

Please sign in to comment.