Compare commits

..

No commits in common. "main" and "v1.2" have entirely different histories.
main ... v1.2

3 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
5 2

View file

@ -4,7 +4,7 @@ A high-level 6502 cross-compiler targeting the ACME Cross-Assembler. c65gm provi
## Download ## Download
Pre-built binaries are available from [siders.techserio.com/downloads](https://siders.techserio.com/downloads). Each release follows the naming pattern `c65gm_v{MAJOR}.{BUILD}_os_arch`: Pre-built binaries are available from the [Releases page](https://github.com/YOUR_USERNAME/c65gm/releases). Each release follows the naming pattern `c65gm_v{MAJOR}.{BUILD}_os_arch`:
| File | Platform | | File | Platform |
|------|----------| |------|----------|

View file

@ -95,7 +95,6 @@ BUILD_DATE="$(date -u +%Y-%m-%dT%H:%M:%SZ 2>/dev/null || date -u +%Y-%m-%d)"
LDFLAGS="-s -w -X main.version=${VERSION}" LDFLAGS="-s -w -X main.version=${VERSION}"
DIST="dist" DIST="dist"
rm -rf "$DIST"
mkdir -p "$DIST" mkdir -p "$DIST"
# SHA256 command detection (Linux vs macOS) # SHA256 command detection (Linux vs macOS)