From 3c98ebb549ecb392c343a5dd0e695126a6c670b0 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 23 Aug 2022 20:35:01 -0400 Subject: [PATCH] looks dead to me --- misc/install_st/make_package.bat | 11 ----------- misc/install_st/readme.md | 1 - 2 files changed, 12 deletions(-) delete mode 100644 misc/install_st/make_package.bat diff --git a/misc/install_st/make_package.bat b/misc/install_st/make_package.bat deleted file mode 100644 index 5394b4f53f..0000000000 --- a/misc/install_st/make_package.bat +++ /dev/null @@ -1,11 +0,0 @@ -rem Depends on ST Link and ST VCP being installed manually - -rm -rf silent_st_drivers/ST-LINK_USB_V2_1_Driver -rm -rf silent_st_drivers/"Virtual comport driver" - -cp -r "C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK_USB_V2_1_Driver" silent_st_drivers -rem https://github.com/rusefi/rusefi_external_utils/blob/master/stsw-stm32102_1_4_0.zip -cp -r "C:\Program Files (x86)\STMicroelectronics\Software\Virtual comport driver" silent_st_drivers - -rem compress 'silent_st_drivers' folder -"C:\Program Files\7-Zip\7z.exe" a silent_st_drivers.exe -mmt -mx5 -sfx silent_st_drivers \ No newline at end of file diff --git a/misc/install_st/readme.md b/misc/install_st/readme.md index b1ebe57160..d051ae2c32 100644 --- a/misc/install_st/readme.md +++ b/misc/install_st/readme.md @@ -1,3 +1,2 @@ -Here we have the tool to generate https://rusefi.com/build_server/st_files/silent_st_drivers.exe file Here we have the tool to generate https://rusefi.com/build_server/st_files/silent_st_drivers2.exe file \ No newline at end of file