We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97e354 commit c880941Copy full SHA for c880941
src/Publish-Release.ps1
@@ -53,7 +53,7 @@ function Publish-App
53
54
function Publish-Launcher
55
{
56
- dotnet publish "$root/src/J.Launcher/J.Launcher.csproj" --output "$buildDir" --self-contained --runtime "win-x64" --configuration Release --verbosity quiet
+ dotnet publish "$root/src/J.Launcher/J.Launcher.csproj" --output "$buildDir" --self-contained --runtime "win-x86" --configuration Release --verbosity quiet
57
Remove-Item -Path "$buildDir\*.pdb" -Force
58
}
59
0 commit comments