Skip to content

nessemble v2.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 15:44
634b3ee

nessemble — a 6502 assembler for the Nintendo Entertainment System.

Downloads

Platform Artifact(s)
macOS nessemble_*.pkg, nessemble_*_macos.tar.gz
Linux amd64 nessemble_*_amd64.deb
Linux i386 nessemble_*_i386.deb
Windows 32-bit nessemble_*_win32.exe, …_win32.msi
Windows 64-bit nessemble_*_win64.exe, …_win64.msi

macOS: "Apple could not verify…" on the .pkg

The .pkg is not signed with an Apple Developer ID, so macOS
Gatekeeper blocks it after download. Either clear the quarantine flag
and install the .pkg normally:

xattr -d com.apple.quarantine nessemble_*.pkg
sudo installer -pkg nessemble_*.pkg -target /

…or skip the installer entirely and use the plain binary tarball:

tar -xzf nessemble_*_macos.tar.gz
xattr -d com.apple.quarantine nessemble        # clear quarantine
sudo mv nessemble /usr/local/bin/               # onto your PATH

What's Changed

Other Changes

  • Update copyright to a 2017-2026 range; source author from the workspace Cargo.toml by @kevinselwyn in #31

Full Changelog: v2.5.1...v2.5.2