1. Fix .gitignore to track installer/config and package metadata - Previously `installer/*` ignored everything - Now only `installer/packages/*/data/` is ignored 2. Add installer config and package metadata files to repo: - installer/config/config.xml - installer/config/controlscript.qs - installer/packages/*/meta/package.xml 3. Fix Windows Update Package Versions to use PowerShell Core (pwsh) - Bash is not available on the Windows runner - CMD with inline PowerShell had pipe escaping issues 4. Add safety checks to macOS/Linux versions - Check if config.xml exists before trying to edit it Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
471 B
XML
12 lines
471 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Package>
|
|
<DisplayName>Volition Engine Formats</DisplayName>
|
|
<Description>Support for Saints Row and Red Faction VPP archives, PEG textures, and related formats.</Description>
|
|
<Version>1.11.0</Version>
|
|
<ReleaseDate>2026-01-12</ReleaseDate>
|
|
<Name>com.xplor.definitions.volition</Name>
|
|
<Dependencies>com.xplor.gui</Dependencies>
|
|
<Default>true</Default>
|
|
<SortingPriority>78</SortingPriority>
|
|
</Package>
|