mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02: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:
parent
322a085b70
commit
b9f7a501f5
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ win:
|
||||||
del msys64.exe
|
del msys64.exe
|
||||||
|
|
||||||
bash -c "pacman-key --init; pacman-key --populate; pacman -Syu --noconfirm"
|
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_%
|
SET PATH=%PATH_BACKUP_%
|
||||||
""", 'ThirdParty')
|
""", 'ThirdParty')
|
||||||
|
|
Loading…
Add table
Reference in a new issue