mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
delete unused arg
This commit is contained in:
parent
d562441b92
commit
be8612912c
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function Publish-Self-Contained($p)
|
||||||
|
|
||||||
# we call dotnet publish on the main project.
|
# we call dotnet publish on the main project.
|
||||||
# The other projects should have been built in Release at this point.
|
# The other projects should have been built in Release at this point.
|
||||||
dotnet publish -c Release $csproj /p:PublishProfile=$profile
|
dotnet publish $csproj /p:PublishProfile=$profile
|
||||||
}
|
}
|
||||||
|
|
||||||
function Main
|
function Main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue