Skip to content

Normalize architecture values in Get-LibreOffice and Get-PaintDotNet scripts#131

Merged
aaronparker merged 2 commits into
mainfrom
updates
Apr 7, 2026
Merged

Normalize architecture values in Get-LibreOffice and Get-PaintDotNet scripts#131
aaronparker merged 2 commits into
mainfrom
updates

Conversation

@aaronparker

Copy link
Copy Markdown
Collaborator
  • Adds Get-Architecture in LibreOffice and PaintDotNet for standardised architecture values

Fix Architecture value from aarch64 to arm64
Replace direct usage of $File.architecture with Get-Architecture -String $File.architecture in Get-PaintDotNet.ps1. This ensures the Architecture field is normalized/translated by the helper function before being emitted in the PSCustomObject, providing consistent architecture formatting in the output.
@aaronparker aaronparker self-assigned this Apr 7, 2026
@aaronparker aaronparker added the enhancement New feature or request label Apr 7, 2026
@aaronparker aaronparker merged commit 4ed841c into main Apr 7, 2026
7 checks passed
@aaronparker aaronparker deleted the updates branch April 7, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant