mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 15:20:15 +00:00
- Add missing MSYS2 packages to CI: vulkan-loader, vulkan-headers, shaderc, stormlib (both x86-64 and arm64), unicorn (arm64) - Make vulkan-1.dll copy conditional via find_file (fixes MSYS2 builds) - Use find_library for wininet/bz2 in asset_extract (graceful fallback) - Add extract_assets.ps1 and extract_assets.bat for Windows users - Expand BUILD_INSTRUCTIONS.md with MSYS2, vcpkg, and macOS sections - Update README.md to reference Windows scripts and platforms
4 lines
217 B
Batchfile
4 lines
217 B
Batchfile
@echo off
|
|
REM Convenience wrapper — launches the PowerShell asset extraction script.
|
|
REM Usage: extract_assets.bat C:\Games\WoW\Data [expansion]
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0extract_assets.ps1" %*
|