Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Oct 19, 2023
1 parent 177f0bf commit a9141c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dotnet publish "Dots.csproj" -c Release -f net8.0 -r win-arm64

echo "zip Dots for Windows arm64"
mv bin/Release/net8.0/win-arm64/publish/Dots.exe .
7z a -tzip Dots-$version-win-arm64.zip bin/Release/net8.0/win-arm64/publish/Dots.exe
7z a -tzip Dots-$version-win-arm64.zip Dots.exe
rm Dots.exe
windowsarm64file=$(echo Dots-$version-win-arm64.zip)
export windowsarm64file

0 comments on commit a9141c1

Please sign in to comment.