feat: add Nivora CLI and msvc-go-wine

This commit is contained in:
Александр
2026-07-25 01:43:11 +10:00
parent 3cc4217790
commit fdb4a492ef
22 changed files with 949 additions and 413 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -euo pipefail
package_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
repo_root="$(cd "${package_dir}/.." && pwd)"
exec "${repo_root}/tools/package_updates.sh" check "$(basename "$package_dir")"