Skip to content

Commit bfa1c91

Browse files
committed
fix typo
1 parent 865c865 commit bfa1c91

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
@@ -99,7 +99,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
9999
function Publish-Self-Contained ($p) {
100100

101101
$csproj = Join-Path "$p" "Flow.Launcher/Flow.Launcher.csproj" -Resolve
102-
$profile = Join-Path "$p" "Flow.Launcher/Properties/PublishProfiles/net9.0-SelfContained.pubxml" -Resolve
102+
$profile = Join-Path "$p" "Flow.Launcher/Properties/PublishProfiles/Net9.0-SelfContained.pubxml" -Resolve
103103

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

0 commit comments

Comments
 (0)