njohnson d53c6d019f
Some checks failed
Release / build-linux (push) Failing after 35s
Release / build-macos (push) Failing after 34s
Release / build-windows (push) Failing after 1m7s
Release / deploy (push) Has been skipped
Fix installer config tracking and Update Package Versions steps
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>
2026-01-13 19:03:34 -05:00

18 lines
706 B
Plaintext

XPlor Binary Format Explorer
Copyright (c) 2025 RedLine Solutions LLC
This software is provided for personal and educational use.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Third-Party Components:
- Qt Framework: LGPL v3 / Commercial License
- zlib: zlib License
- DevIL: LGPL License