Skip to content

Commit 7dcad1a

Browse files
committed
Fix paths in .appveyor.yml after repo rename
1 parent 63bfcd5 commit 7dcad1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)