[WS] Remove done TODO

git-svn-id: svn://kolibrios.org@9388 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2021-12-04 11:29:54 +00:00
parent 2a56bcb027
commit a44c4281c4

View File

@ -64,7 +64,6 @@ if __name__ == "__main__":
print(f"Coudn't move {program_name} into IMG")
log("Done")
# TODO: Figure out which of compiled files is a program executable and only run it
log("Adding program to autorun.dat... ", end = "")
lines_to_add = bytes(f"\r\n/SYS/{program_name.upper()}\t\t""\t0\t# Your program", "ascii")
autorun_dat = img.extract_file_path("SETTINGS\AUTORUN.DAT")