uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 37f2ba6a5aa8a8c3d2fb160777dd189a60c9edc8
parent 2d42a58136bfb56f06cfaa732bfee7c50141dea5
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Mon, 17 Jan 2022 23:29:35 +0000

Move uploaded binaries inside uxn directory.

Diffstat:
M.build.yml | 4+---
MREADME.md | 2+-
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -7,7 +7,7 @@ packages: - zip oauth: pages.sr.ht/PAGES:RW environment: - SITE: rabbits.srht.site + SITE: rabbits.srht.site/uxn SSH_HOST_KEYS: | [w1.uxn-build.ald.nu]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP+IYCB4JrKklFjWSMRkPBTqUjBqUuhlDQy6/X3l8xj5 [m1.uxn-build.ald.nu]:2223 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDvWVqlHh3XQ5ziEbT55K896/mW2BVDdkU6hWgIfU9md @@ -58,8 +58,6 @@ tasks: if [ "$(cd uxn && git rev-parse HEAD)" != "$(cd uxn && git rev-parse origin/main)" ]; then exit; fi ls -l out tar -czf out.tar.gz -C out . - mkdir empty - tar -czf out.tar.gz -C empty . acurl() { set +x curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}" diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ An assembler and emulator for the [Uxn stack-machine](https://wiki.xxiivv.com/si ## Download binaries -Binaries are available for 64-bit x86 computers running [Linux](https://rabbits.srht.site/uxn-linux-amd64.tar.gz), [Windows](https://rabbits.srht.site/uxn-windows-64bit.zip) and [macOS](https://rabbits.srht.site/uxn-macos.tar.gz). +Binaries are available for 64-bit x86 computers running [Linux](https://rabbits.srht.site/uxn/uxn-linux-amd64.tar.gz), [Windows](https://rabbits.srht.site/uxn/uxn-windows-64bit.zip) and [macOS](https://rabbits.srht.site/uxn/uxn-macos.tar.gz). There's also a sampler pack of ROMs available as a [tarball](https://rabbits.srht.site/uxn/uxn-rompack.tar.gz) or a [zipfile](https://rabbits.srht.site/uxn/uxn-rompack.zip). ## Build