Skip to content

Commit

Permalink
Upgraded Boost and 7z NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Ansani committed Apr 30, 2024
1 parent 0bd720a commit ad4457b
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 137 deletions.
2 changes: 1 addition & 1 deletion 7z.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal

set app="..\vc143\packages\7-Zip.StandaloneConsole.x64.22.1.0\tools\7za.exe"
set app="..\vc143\packages\7-Zip.StandaloneConsole.x64.23.1.0\tools\7za.exe"

%app% a -tgzip -mx=9 -- %2 %1
if %errorlevel% equ 9009 echo The 7-Zip utility is missing. Please go to http://www.7-zip.org/ and install 7-Zip.
Expand Down
Loading

0 comments on commit ad4457b

Please sign in to comment.