aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-16 21:36:49 +0200
committerJavier <dev.git@javispedro.com>2022-04-16 21:36:49 +0200
commit641a8910087fb30fe8188ef36984f3b4ffc7f3e4 (patch)
treeac2c71873e75619254bf08640d39212e2d4df061
parent36f42f334a860b55c1db0d54de4eebf888c9693b (diff)
downloadvbados-641a8910087fb30fe8188ef36984f3b4ffc7f3e4.tar.gz
vbados-641a8910087fb30fe8188ef36984f3b4ffc7f3e4.zip
add .zip download too
-rw-r--r--README.md8
-rw-r--r--makefile3
2 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 417280c..0d29cb8 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,16 @@ The VB stands for "Very Basic" :)
# Downloads
-You can get a recent build from the following floppy disk image:
+You can get a recent build from the ready-to-go floppy disk image:
[VBADOS.FLP](https://depot.javispedro.com/vbox/vbados/vbados.flp)
+Alternatively, here is a .zip containing all binaries:
+
+[VBADOS.ZIP](https://depot.javispedro.com/vbox/vbados/vbados.zip)
+
+For the source code, you can check out this git repository.
+
# Documentation
[TOC]
diff --git a/makefile b/makefile
index 4d432d6..9f11660 100644
--- a/makefile
+++ b/makefile
@@ -69,3 +69,6 @@ vbados.flp:
flp: vbados.flp vbmouse.exe vbmouse.drv oemsetup.inf vbsf.exe .SYMBOLIC
mcopy -i vbados.flp -o vbmouse.exe vbmouse.drv oemsetup.inf vbsf.exe ::
+# Build a zip with the driver binaries
+zip: vbmouse.exe vbmouse.drv oemsetup.inf vbsf.exe .SYMBOLIC
+ zip --DOS-names -fz- vbados.zip vbmouse.exe vbmouse.drv oemsetup.inf vbsf.exe