Skip to content

Commit 631ec07

Browse files
committed
update path
1 parent 4317fed commit 631ec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
100100
function Publish-Self-Contained ($p) {
101101

102102
$csproj = Join-Path "$p" "Flow.Launcher/Flow.Launcher.csproj" -Resolve
103-
$profile = Join-Path "$p" "Flow.Launcher/Properties/PublishProfiles/net7.0-SelfContained.pubxml" -Resolve
103+
$profile = Join-Path "$p" "Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml" -Resolve
104104

105105
# we call dotnet publish on the main project.
106106
# The other projects should have been built in Release at this point.

0 commit comments

Comments
 (0)