fix unintended null file creation #52
This commit is contained in:
@@ -3508,9 +3508,9 @@ actions:
|
|||||||
recommend: strict
|
recommend: strict
|
||||||
code: |-
|
code: |-
|
||||||
if %PROCESSOR_ARCHITECTURE%==x86 (
|
if %PROCESSOR_ARCHITECTURE%==x86 (
|
||||||
%SystemRoot%\System32\OneDriveSetup.exe /uninstall 2>null
|
%SystemRoot%\System32\OneDriveSetup.exe /uninstall 2>nul
|
||||||
) else (
|
) else (
|
||||||
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall 2>null
|
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall 2>nul
|
||||||
)
|
)
|
||||||
revertCode: |-
|
revertCode: |-
|
||||||
if %PROCESSOR_ARCHITECTURE%==x86 (
|
if %PROCESSOR_ARCHITECTURE%==x86 (
|
||||||
|
|||||||
Reference in New Issue
Block a user