From 077b2a295e58da536d3d714f0a90059a66c17b7e Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 21 Sep 2020 03:01:17 +0200 Subject: [PATCH] Included create_img for now --- create_img.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/create_img.py b/create_img.py index 1a4d3a2..350592a 100755 --- a/create_img.py +++ b/create_img.py @@ -96,6 +96,4 @@ initDirs() addFile("../cpm/.build/MONITOR.COM", "MONITOR", "COM") addFile("../cpm/bin/STAT.COM", "STAT", "COM") -addFile("../qe/.build/test.com", "test", "COM") -addFile("../qe/.build/qe.com", "qe", "COM") -addFile("../xed/.build/xed.com", "xed", "COM") +addFile("../xed/.build/XED.COM", "XED", "COM")