Skip to content

Commit

Permalink
Update make.bat
Browse files Browse the repository at this point in the history
Updated 7zip commands
  • Loading branch information
remco1271 authored Nov 13, 2020
1 parent 5d90ea1 commit b80b60f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Drivers/Windows/src/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ set ZIP_PATH="c:\Program Files\7-Zip"
del BONE_DRV.7z
del BONE_D64.7z
cd files
%ZIP_PATH%\7z a ..\BONE_DRV.7z *
%ZIP_PATH%\7z a ..\BONE_DRV.7z * -m0=LZMA
cd ..
copy BONE_DRV.7z BONE_D64.7z
cd dpinst
%ZIP_PATH%\7z a ..\BONE_DRV.7z dpinst.exe
%ZIP_PATH%\7z a ..\BONE_DRV.7z dpinst.exe -m0=LZMA
cd ..
cd dpinst64
%ZIP_PATH%\7z a ..\BONE_D64.7z dpinst.exe
%ZIP_PATH%\7z a ..\BONE_D64.7z dpinst.exe -m0=LZMA
cd ..
copy /b 7zSD.sfx + config.txt + BONE_DRV.7z ..\BONE_DRV.exe
copy /b 7zSD.sfx + config.txt + BONE_D64.7z ..\BONE_D64.exe
Expand Down

0 comments on commit b80b60f

Please sign in to comment.