Compare commits
No commits in common. "main" and "v1.2" have entirely different histories.
3 changed files with 2 additions and 3 deletions
2
BUILDNUM
2
BUILDNUM
|
|
@ -1 +1 @@
|
|||
5
|
||||
2
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ A high-level 6502 cross-compiler targeting the ACME Cross-Assembler. c65gm provi
|
|||
|
||||
## 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 |
|
||||
|------|----------|
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
DIST="dist"
|
||||
rm -rf "$DIST"
|
||||
mkdir -p "$DIST"
|
||||
|
||||
# SHA256 command detection (Linux vs macOS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue