Skip to content

Commit

Permalink
Merge pull request #21 from remco1271/master
Browse files Browse the repository at this point in the history
Update make.bat
  • Loading branch information
RobertCNelson authored Nov 23, 2020
2 parents 5d90ea1 + b80b60f commit 1c35038
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 1c35038

Please sign in to comment.