mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 14:07:13 -06:00
Rename O to x86 and add workaround to keep arm\7zCrcOpt.asm
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
FOR /R .\ %%d IN (arm x64 O) DO rd /S /Q %%d 2>NUL
|
ren Asm\arm arm_
|
||||||
|
FOR /R .\ %%d IN (arm x64 x86) DO rd /S /Q %%d 2>NUL
|
||||||
|
ren Asm\arm_ arm
|
||||||
|
|
||||||
del "CPP\7zip\*.7z" 2>NUL
|
del "CPP\7zip\*.7z" 2>NUL
|
||||||
del "CPP\7zip\*.exe" 2>NUL
|
del "CPP\7zip\*.exe" 2>NUL
|
||||||
|
|||||||
Reference in New Issue
Block a user