Skip to content

Commit

Permalink
alone7z
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Aug 6, 2023
1 parent ffe9718 commit fc980a1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions 7-Zip-zstd/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ echo "::group::build"

root="$tool_dirpath/CPP/7zip"

cd "$root/Bundles/Format7zF"
nmake
cp -f "./x64/7z.dll" "$release_version_dirpath/"

cd "$root/UI/Console"
nmake
cp -f "./x64/7z.exe" "$release_version_dirpath/"

#cd "$root/Bundles/Alone2"
#nmake DISABLE_RAR=1
#cp -f "./x64/7zz.exe" "$release_version_dirpath/"
#cd "$root/Bundles/Format7zF"
#nmake
#cp -f "./x64/7z.dll" "$release_version_dirpath/"
#
#cd "$root/UI/Console"
#nmake
#cp -f "./x64/7z.exe" "$release_version_dirpath/"

cd "$root/Bundles/Alone7z"
nmake DISABLE_RAR=1
cp -f "./x64/7zz.exe" "$release_version_dirpath/"

echo "::endgroup::"

Expand Down

0 comments on commit fc980a1

Please # to comment.