mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Do pacman -Syu twice in prepare.py
So new databases are downloaded in case runtime updates and gets new repostiories
This commit is contained in:
@@ -420,7 +420,7 @@ win:
|
||||
del msys64.exe
|
||||
|
||||
bash -c "pacman-key --init; pacman-key --populate; pacman -Syu --noconfirm"
|
||||
pacman -S --noconfirm mingw-w64-x86_64-perl mingw-w64-x86_64-nasm mingw-w64-x86_64-yasm mingw-w64-x86_64-ninja
|
||||
pacman -Syu --noconfirm mingw-w64-x86_64-perl mingw-w64-x86_64-nasm mingw-w64-x86_64-yasm mingw-w64-x86_64-ninja
|
||||
|
||||
SET PATH=%PATH_BACKUP_%
|
||||
""", 'ThirdParty')
|
||||
|
Reference in New Issue
Block a user