Skip to content

[Bug] macOS ARM64 release missing actual binary - snapx-ui wrapper script fails #479

@Car-Role

Description

@Car-Role

Bug Description

The macOS ARM64 release (SnapX-UI-Release-macOS-0.4.0-alpha.0+g7eafb0f-Arm64.zip) is missing the actual snapx-ui binary. The zip contains a shell script wrapper named snapx-ui (144 bytes) that calls exec env "snapx-ui" "$@", but the real binary it references is not included in the archive.

Steps to Reproduce

  1. Download SnapX-UI-Release-macOS-0.4.0-alpha.0+g7eafb0f-Arm64.zip from the v0.4.0 release
  2. Unzip it
  3. Run ./snapx-ui

Expected Behavior

SnapX launches.

Actual Behavior

env: snapx-ui: No such file or directory

The wrapper script (snapx-ui) is only 144 bytes and contains:

#!/usr/bin/env sh
# SnapX version: 0.4.0-alpha.0+g7eafb0f

dir="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
cd "$dir"

exec env "snapx-ui" "$@"

The actual binary is not present anywhere in the extracted folder.

Environment

  • OS: macOS (Apple Silicon M3)
  • Architecture: ARM64
  • Release: v0.4.0-alpha.0
  • File downloaded: SnapX-UI-Release-macOS-0.4.0-alpha.0+g7eafb0f-Arm64.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions