File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ install:
1919- zstd\zstd.exe -d mingw-w64-x86_64-zstd-1.4.8-2-any.pkg.tar.zst
2020- dir
2121- 7z a -tgzip mingw-w64-x86_64-zstd-1.4.8-2-any.pkg.tar.gz mingw-w64-x86_64-zstd-1.4.8-2-any.pkg.tar
22- - bash -lc "cd /c/projects/extrafont ; ls -l; pacman --noconfirm -U mingw-w64-x86_64-zstd-1.4.8-2-any.pkg.tar.gz"
22+ - bash -lc "cd /c/projects/python-tkextrafont ; ls -l; pacman --noconfirm -U mingw-w64-x86_64-zstd-1.4.8-2-any.pkg.tar.gz"
2323# Download and install pacman for MSYS due to bug in MSYS
2424- appveyor DownloadFile http://repo.msys2.org/msys/x86_64/pacman-5.2.2-9-x86_64.pkg.tar.zst
2525- 7z e zstd-v1.4.8-win64.zip -ozstd -y
2626- zstd\zstd.exe -d pacman-5.2.2-9-x86_64.pkg.tar.zst
2727- dir
2828- 7z a -tgzip pacman-5.2.2-9-x86_64.pkg.tar.gz pacman-5.2.2-9-x86_64.pkg.tar
29- - bash -lc "cd /c/projects/extrafont ; ls -l; pacman --noconfirm --nodeps --nodeps -U pacman-5.2.2-9-x86_64.pkg.tar.gz"
29+ - bash -lc "cd /c/projects/python-tkextrafont ; ls -l; pacman --noconfirm --nodeps --nodeps -U pacman-5.2.2-9-x86_64.pkg.tar.gz"
3030# Cleanup after bug workarounds
3131- bash -lc "rm -rf zstd"
3232- bash -lc "rm -rf *.tar *.zst"
You can’t perform that action at this time.
0 commit comments