Skip to content

Commit c002182

Browse files
committed
Added a small fix for removing the old docker exe on windows if the user installs docker from the subsystem manager
1 parent fe3f1fe commit c002182

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

other_files/midori_program_ver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`Antioquia Brushfinch` ->| 24.6.13.0 |<-
1+
`Antioquia Brushfinch` ->| 24.6.18.0 |<-

other_files/model_installer/subsystem_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
os.system("del model_installer.bat > nul")
8383
os.system("del model_installer.exe > nul")
8484
os.system("del restart.bat > nul")
85+
os.system("del docker.exe > nul")
8586
else:
8687
os.system("rm -f model_installer_linux.tar.gz > /dev/null")
8788
os.system("rm -f subsystem_manager.tar.gz > /dev/null")

0 commit comments

Comments
 (0)