forked from KolibriOS/kolibrios
[WS] Remove done TODO
git-svn-id: svn://kolibrios.org@9388 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2a56bcb027
commit
a44c4281c4
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user