Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS nightly build x64 package is actually arm64 #7818

Closed
nixigaj opened this issue Apr 24, 2024 · 0 comments
Closed

macOS nightly build x64 package is actually arm64 #7818

nixigaj opened this issue Apr 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nixigaj
Copy link

nixigaj commented Apr 24, 2024

Bug Description

As of writing this issue, the current build of the nightly macOS build for x64 is actually a arm64 app.

How to Reproduce

curl -L https://github.com/rustdesk/rustdesk/releases/download/nightly/rustdesk-1.2.4-macos-unsigned.tar.gz -o rustdesk-1.2.4-macos-unsigned.tar.gz
tar -xzf rustdesk-1.2.4-macos-unsigned.tar.gz
cd rustdesk-1.2.4-macos-unsigned
7z x rustdesk-1.2.4-x64.dmg
file rustdesk-1.2.4-x64/RustDesk.app/Contents/MacOS/RustDesk
rustdesk-1.2.4-x64/RustDesk.app/Contents/MacOS/RustDesk: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|BINDS_TO_WEAK|PIE>

Expected Behavior

rustdesk-1.2.4-x64/RustDesk.app/Contents/MacOS/RustDesk: Mach-O 64-bit x86_64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>

Operating system(s) on local side and remote side

macOS

RustDesk Version(s) on local side and remote side

1.2.4-nightly

Screenshots

.

Additional Context

No response

@nixigaj nixigaj added the bug Something isn't working label Apr 24, 2024
Repository owner locked and limited conversation to collaborators Apr 25, 2024
@rustdesk rustdesk converted this issue into discussion #7820 Apr 25, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant