Skip to content

Commit 8c2c30e

Browse files
committed
Remove unnecessary option for running the macos bundle script
1 parent 170b5a4 commit 8c2c30e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

YoutubeDownloader/YoutubeDownloader.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
<Target Name="PublishMacOSBundle" AfterTargets="Publish" Condition="$(PublishMacOSBundle)">
7474
<Exec
7575
Command="dotnet run --file &quot;$(ProjectDir)PublishMacOSBundle.csx&quot; -- --publish-dir &quot;$(PublishDir)&quot; --icons-file &quot;$(ProjectDir)../favicon.icns&quot; --full-version $(Version) --short-version $(AssemblyVersion)"
76-
WorkingDirectory="$([System.IO.Path]::GetTempPath())"
7776
LogStandardErrorAsError="true"
7877
/>
7978
</Target>

0 commit comments

Comments
 (0)