Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix native build for Windows-x64#2734

Merged
Kvarkas merged 1 commit into
mRemoteNG:v1.78.2-devmRemoteNG/mRemoteNG:v1.78.2-devfrom
MugundanMCW:fix_x64MugundanMCW/mRemoteNG:fix_x64Copy head branch name to clipboard
Aug 19, 2025
Merged

fix native build for Windows-x64#2734
Kvarkas merged 1 commit into
mRemoteNG:v1.78.2-devmRemoteNG/mRemoteNG:v1.78.2-devfrom
MugundanMCW:fix_x64MugundanMCW/mRemoteNG:fix_x64Copy head branch name to clipboard

Conversation

@MugundanMCW

@MugundanMCW MugundanMCW commented Aug 19, 2025

Copy link
Copy Markdown
Contributor

Description

  • This PR fixes incorrect platform targeting in mRemoteNG.csproj, where x64 builds were being compiled as ARM64 due to misconfigured PropertyGroup entries.

Fixes Made

  • Added explicit <PlatformTarget>x64</PlatformTarget> for x64 builds.
  • Added explicit <PlatformTarget>ARM64</PlatformTarget> for ARM64 builds.

How Has This Been Tested?

  • Unzipped the windows binaries generated for both x64 and ARM64 on target platform.
  • Launched the application and verified the application architecture via task manager.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Changed feature (non-breaking change which changes functionality)
  • Changed feature (breaking change which changes functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Updated translation

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • All Tests within VisualStudio are passing
  • This pull request does not target the master branch.

@Kvarkas Kvarkas added ARM Related ARM devices 1.78.* Version 1.78.* bug-fix We fixed a bug! labels Aug 19, 2025
@Kvarkas
Kvarkas merged commit ac7590f into mRemoteNG:v1.78.2-dev Aug 19, 2025
@WikiHacker

Copy link
Copy Markdown
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.78.* Version 1.78.* ARM Related ARM devices bug-fix We fixed a bug!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.