From 641a8910087fb30fe8188ef36984f3b4ffc7f3e4 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 16 Apr 2022 21:36:49 +0200 Subject: add .zip download too --- README.md | 8 +++++++- makefile | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3