mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
The x86 binaries are generated in "o" currently
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
|
||||
ren Asm\arm arm_
|
||||
FOR /R .\ %%d IN (arm x64 x86) DO rd /S /Q %%d 2>NUL
|
||||
FOR /R .\ %%d IN (arm x64 o) DO rd /S /Q %%d 2>NUL
|
||||
ren Asm\arm_ arm
|
||||
|
||||
del "CPP\7zip\*.7z" 2>NUL
|
||||
|
||||
Reference in New Issue
Block a user