File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
- uses : jeremyd2019/setup-msys2@v2_build32
18
18
with :
19
19
msystem : MINGW32
20
- install : tar mingw-w64-i686 -7zip mingw-w64-x86_64-7zip mingw-w64-x86_64-zstd
20
+ install : tar mingw-w64-x86_64 -7zip mingw-w64-i686-xz mingw-w64-x86_64-zstd
21
21
update : true
22
22
bitness : 32
23
23
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ ! -f "$BASE.exe" ]; then
14
14
fi
15
15
echo " $CHECKSUM $BASE .exe" | sha256sum --quiet --check
16
16
if [ ! -d " $BASE " ]; then
17
- 7z e -o" $BASE " " $DIR /_cache/$NAME .exe"
17
+ /mingw64/bin/ 7z e -o" $BASE " " $DIR /_cache/$NAME .exe"
18
18
fi
19
19
20
20
NAME=" 7z22.01-zstd-x32"
@@ -27,7 +27,7 @@ if [ ! -f "$BASE32.exe" ]; then
27
27
fi
28
28
echo " $CHECKSUM $BASE32 .exe" | sha256sum --quiet --check
29
29
if [ ! -d " $BASE32 " ]; then
30
- 7z e -o" $BASE32 " " $DIR /_cache/$NAME .exe"
30
+ /mingw64/bin/ 7z e -o" $BASE32 " " $DIR /_cache/$NAME .exe"
31
31
fi
32
32
33
33
# Creat SFX installer
Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ create_chroot_system() {
94
94
95
95
main () {
96
96
pacman -S --noconfirm --needed \
97
- " ${MINGW_PACKAGE_PREFIX} -7zip" \
98
97
" ${MINGW_PACKAGE_PREFIX} -xz" \
99
98
" ${MINGW_PACKAGE_PREFIX} -zstd" \
100
99
" tar"
You can’t perform that action at this time.
0 commit comments