Skip to content

Commit c880941

Browse files
committed
Use 32-bit build for launcher to save a few MB
1 parent f97e354 commit c880941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Publish-Release.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Publish-App
5353

5454
function Publish-Launcher
5555
{
56-
dotnet publish "$root/src/J.Launcher/J.Launcher.csproj" --output "$buildDir" --self-contained --runtime "win-x64" --configuration Release --verbosity quiet
56+
dotnet publish "$root/src/J.Launcher/J.Launcher.csproj" --output "$buildDir" --self-contained --runtime "win-x86" --configuration Release --verbosity quiet
5757
Remove-Item -Path "$buildDir\*.pdb" -Force
5858
}
5959

0 commit comments

Comments
 (0)