From c40720765ca77cf267bf82baf0d8f8ced6a57979 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 17 Nov 2024 22:23:48 +0100 Subject: [PATCH] Put the bbcmicro.ssd file in the right directory. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 37a9ec3b..933e1e46 100644 --- a/build.py +++ b/build.py @@ -16,7 +16,7 @@ "bin/pasdis": "third_party/pascal-m+pasdis", "bin/pint.com": "third_party/pascal-m+pint", "bin/loader.com": "third_party/pascal-m+loader", - "bbcmicro.ssd": "src/arch/bbcmicro+diskimage", + "images/bbcmicro.ssd": "src/arch/bbcmicro+diskimage", "images/oric.dsk": "src/arch/oric+diskimage", "images/apple2e.po": "src/arch/apple2e+diskimage", "images/apple2e_b.po": "src/arch/apple2e+diskimage_b",