Skip to content

Commit

Permalink
Script for sample zip creation
Browse files Browse the repository at this point in the history
  • Loading branch information
uholeschak committed Jan 11, 2025
1 parent 7d9d506 commit cfb62ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BmwDeepObd/Xml/CreateSampleZip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SETLOCAL EnableDelayedExpansion
set "BATPATH=%~dp0"
set "SAMPLEPATH=!BATPATH!Sample\"

set SAMPLEZIP="!BATPATH!Sample.zip"
set SAMPLEZIP="!BATPATH!..\Assets\Sample.zip"
if exist "!SAMPLEZIP!" del /f /q "!SAMPLEZIP!"
"!PATH_7ZIP!\7z.exe" a -tzip -aoa "!SAMPLEZIP!" "!SAMPLEPATH!*" || EXIT /b 1

Expand Down

0 comments on commit cfb62ca

Please sign in to comment.