Skip to content

Commit 6b4d3f5

Browse files
committed
update build.sh for .net9
1 parent 4515468 commit 6b4d3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dotnet publish Gui/Gui.csproj -c Release -p:PublishSingleFile=true -p:Version=$v
2424
# 4. Create the ZIP and tar archives
2525
echo "Zipping"
2626

27-
pushd "Gui/bin/Release/net8.0/"
27+
pushd "Gui/bin/Release/net9.0/"
2828

2929
pushd "win-x64/publish"
3030
zip -r "object-editor-$version-win-x64.zip" .

0 commit comments

Comments
 (0)