From 30e577b4b95e266431a77e5f77678950fe9cd6c7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 8 Apr 2025 21:05:29 -0700 Subject: [PATCH] fix(prismlauncher): use mock (#4285) (#4289) (cherry picked from commit 103c3c8cf1df67f761a11b1389e7ad56f488be1a) Co-authored-by: madomado --- anda/games/prismlauncher-nightly/anda.hcl | 1 + anda/games/prismlauncher/anda.hcl | 3 +++ 2 files changed, 4 insertions(+) diff --git a/anda/games/prismlauncher-nightly/anda.hcl b/anda/games/prismlauncher-nightly/anda.hcl index c776dc73ee..7d609cf7e9 100644 --- a/anda/games/prismlauncher-nightly/anda.hcl +++ b/anda/games/prismlauncher-nightly/anda.hcl @@ -5,5 +5,6 @@ project pkg { } labels { nightly = "1" + mock = 1 } } diff --git a/anda/games/prismlauncher/anda.hcl b/anda/games/prismlauncher/anda.hcl index 59962c6daf..3a35d4fe52 100644 --- a/anda/games/prismlauncher/anda.hcl +++ b/anda/games/prismlauncher/anda.hcl @@ -3,4 +3,7 @@ project pkg { spec = "prismlauncher.spec" extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"] } + labels { + mock = 1 + } }