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 170b5a4 commit 8c2c30eCopy full SHA for 8c2c30e
YoutubeDownloader/YoutubeDownloader.csproj
@@ -73,7 +73,6 @@
73
<Target Name="PublishMacOSBundle" AfterTargets="Publish" Condition="$(PublishMacOSBundle)">
74
<Exec
75
Command="dotnet run --file "$(ProjectDir)PublishMacOSBundle.csx" -- --publish-dir "$(PublishDir)" --icons-file "$(ProjectDir)../favicon.icns" --full-version $(Version) --short-version $(AssemblyVersion)"
76
- WorkingDirectory="$([System.IO.Path]::GetTempPath())"
77
LogStandardErrorAsError="true"
78
/>
79
</Target>
0 commit comments