gdiplus... im in danger...

This commit is contained in:
Andrew
2025-11-01 22:46:22 +03:00
parent 00a0df962d
commit bb096c5197
4 changed files with 21 additions and 3 deletions

View File

@@ -46,5 +46,11 @@ zip ./assets/msxml3.zip msxml3.dll msxml3r.dll
rm msxml3.dll
rm msxml3r.dll
# Download gdiplus.dll
echo Downloading gdiplus.dll...
curl -LO https://github.com/relativemodder/aegnux/releases/download/vcrbin/gdiplus.dll
mv gdiplus.dll ./assets/
echo --------------------------------------------
echo Done!