Skip to content

Commit

Permalink
Use 7z2409.exe as reference for do-release.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Feb 24, 2025
1 parent e8e992b commit 7f666a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/do-release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REM Build some release of 7-Zip ZS

SET COPYCMD=/Y /B
SET COPTS=-m0=lzma -mx9 -ms=on -mf=bcj2
SET URL=https://www.7-zip.org/a/7z2201.exe
SET URL=https://www.7-zip.org/a/7z2409.exe
SET VERSION=24.09
SET SZIP="C:\Program Files\7-Zip\7z.exe"
SET LURL=https://raw.githubusercontent.com/mcmilk/7-Zip-zstd/master/CPP/7zip/Bundles
Expand All @@ -14,8 +14,9 @@ SET SKEL=%WD%\skel
REM Download our skeleton files
mkdir %SKEL%
cd %SKEL%
curl %URL% --output 7-Zip.exe
curl %URL% -L -o 7-Zip.exe
%SZIP% x 7-Zip.exe
del 7-Zip.exe
mkdir %WD%\totalcmd
goto start

Expand Down

0 comments on commit 7f666a9

Please sign in to comment.