chore: update to paqet v1.0.0-alpha.14

- Bump PAQET_VERSION_PINNED to v1.0.0-alpha.14 in paqctl.sh (both outer and embedded scripts)
- Update Windows client version in paqet-client.ps1
- Update all version references in README.md (English and Farsi)
- Add ARM 32-bit (armv7) architecture support to detect_arch functions
- Update README platform tables to include ARM 32-bit downloads
This commit is contained in:
SamNet-dev
2026-02-05 01:09:54 -06:00
parent 6ab630f679
commit a4f5b033b3
3 changed files with 34 additions and 30 deletions

View File

@@ -49,7 +49,7 @@ $ErrorActionPreference = "Stop"
# Directories and pinned versions (for stability - update after testing new releases)
$InstallDir = "C:\paqet"
$PaqetExe = "$InstallDir\paqet_windows_amd64.exe"
$PaqetVersion = "v1.0.0-alpha.13" # Pinned paqet version
$PaqetVersion = "v1.0.0-alpha.14" # Pinned paqet version
$GfkDir = "$InstallDir\gfk"
$ConfigFile = "$InstallDir\config.yaml"
$SettingsFile = "$InstallDir\settings.conf"