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 18321a0 commit d2c8f7fCopy full SHA for d2c8f7f
CoroHeartToolkitGUI/CoroHeartToolkitGUI.csproj
@@ -1,6 +1,6 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <OutputType>Exe</OutputType>
+ <OutputType>WinExe</OutputType>
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
</PropertyGroup>
6
<ItemGroup>
publish.bat
@@ -1,4 +1,5 @@
dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true -o "Publish/win-x64"
dotnet publish -r win-x86 -c Release /p:PublishSingleFile=true -o "Publish/win-x86"
dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true -o "Publish/linux-x64"
+dotnet publish -r osx-x64 -c Release /p:PublishSingleFile=true -o "Publish/osx-x64"
./zip.bat
0 commit comments