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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user