commit dd10793

Devine Lu Linvega  ·  2023-06-08 18:17:47 +0000 UTC
parent b8eab10
Fixed issue with links to binaries
2 files changed,  +2, -3
+1, -2
 1@@ -13,9 +13,8 @@ tasks:
 2 - build: |
 3     cd uxn11
 4     ./build.sh --norun
 5-    mv bin ../bin
 6 - upload: |
 7-    tar -czf out.tar.gz bin
 8+    tar -czf out.tar.gz uxn11/bin
 9     acurl() {
10         set +x
11         curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}"
+1, -1
1@@ -20,7 +20,7 @@ If you wish to build the emulator without graphics mode:
2 gcc -Os -DNDEBUG -g0 -s src/uxn.c src/devices/system.c src/devices/file.c src/devices/datetime.c src/uxncli.c -o bin/uxncli
3 ```
4 
5-If do not wish to build it yourself, you can download linux binaries for [uxnasm](https://rabbits.srht.site/uxn11/uxnasm), [uxncli](https://rabbits.srht.site/uxn11/uxncli) and [uxn11](https://rabbits.srht.site/uxn11/uxn11).
6+If do not wish to build it yourself, you can download linux binaries for [uxnasm](https://rabbits.srht.site/uxn11/bin/uxnasm), [uxncli](https://rabbits.srht.site/uxn11/bin/uxncli) and [uxn11](https://rabbits.srht.site/uxn11/bin/uxn11).
7 
8 [![builds.sr.ht status](https://builds.sr.ht/~rabbits/uxn11.svg)](https://builds.sr.ht/~rabbits/uxn11?)
9