We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4515468 commit 6b4d3f5Copy full SHA for 6b4d3f5
build.sh
@@ -24,7 +24,7 @@ dotnet publish Gui/Gui.csproj -c Release -p:PublishSingleFile=true -p:Version=$v
24
# 4. Create the ZIP and tar archives
25
echo "Zipping"
26
27
-pushd "Gui/bin/Release/net8.0/"
+pushd "Gui/bin/Release/net9.0/"
28
29
pushd "win-x64/publish"
30
zip -r "object-editor-$version-win-x64.zip" .
0 commit comments