Skip to content

Commit d2c8f7f

Browse files
committed
Added osx to supported platforms
1 parent 18321a0 commit d2c8f7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CoroHeartToolkitGUI/CoroHeartToolkitGUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<OutputType>Exe</OutputType>
3+
<OutputType>WinExe</OutputType>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>

publish.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true -o "Publish/win-x64"
22
dotnet publish -r win-x86 -c Release /p:PublishSingleFile=true -o "Publish/win-x86"
33
dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true -o "Publish/linux-x64"
4+
dotnet publish -r osx-x64 -c Release /p:PublishSingleFile=true -o "Publish/osx-x64"
45
./zip.bat

0 commit comments

Comments
 (0)