mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Make OSInstall delete copied Limine-CD.BIN and Limine-CD-EFI.BIN from install Boot/ folder.
This commit is contained in:
parent
7902298747
commit
42234bdef1
1 changed files with 4 additions and 0 deletions
|
@ -206,6 +206,10 @@ U0 InstallDrive(U8 drv_let)
|
|||
Sleep(1000);
|
||||
|
||||
ExePrint("CopyTree(\"::/\",\"%C:/\");", drv_let);
|
||||
|
||||
ExePrint("Del(\"%C:/Boot/Limine-CD.BIN\");", drv_let);
|
||||
ExePrint("Del(\"%C:/Boot/Limine-CD-EFI.BIN\");", drv_let);
|
||||
|
||||
ExePrint("DirMake(\"%C:/Tmp\");", drv_let);
|
||||
ExePrint("DirMake(\"%C:/Tmp/ScreenShots\");", drv_let);
|
||||
ExePrint("DirMake(\"%C:/Home\");", drv_let);
|
||||
|
|
Loading…
Reference in a new issue