diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index e37c4e7..618c615 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -540,6 +540,10 @@ jobs: # then publisher folder (PascalCase), then short package folder name. # Example: manifests/c/CryptographicTriangles/TrianglesQt/5.9.20/ MANIFEST_DIR="manifests/$PUBLISHER_INITIAL/CryptographicTriangles/$PACKAGE_SHORT/$VERSION" + + # TrianglesQt is built with NSIS (Nullsoft). Standard silent flag is /S. + # If the installer tech ever changes, update InstallerSwitches here. + NSIS_SILENT="/S" # 1. Clone the winget-pkgs repo (Sami's fork) — auto-create fork if needed echo "Forking microsoft/winget-pkgs..." @@ -575,7 +579,7 @@ jobs: SCHEMA_BASE="https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.12.0" cat > "$MANIFEST_DIR/${PACKAGE_ID}.yaml" < "$MANIFEST_DIR/${PACKAGE_ID}.locale.en-US.yaml" < "$MANIFEST_DIR/${PACKAGE_ID}.installer.yaml" <