Skip to content

Commit

Permalink
fix chocolatey file paths (MystenLabs#15899)
Browse files Browse the repository at this point in the history
## Description 
fix chocolatey file paths

## Test Plan 
👀
  • Loading branch information
ebmifa authored Jan 24, 2024
1 parent 0a8dc2d commit 51440b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chocolatey/sui.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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="./target/release/sui.exe" target="bin/sui.exe" />
<file src="./LICENSE" target="bin/LICENSE.txt" />
<file src="../target/release/sui.exe" target="bin/sui.exe" />
<file src="../LICENSE" target="bin/LICENSE.txt" />
<file src="./chocolatey/VERIFICATION.txt" target="bin/VERIFICATION.txt" />
</files>
</package>

0 comments on commit 51440b6

Please sign in to comment.