fix(prismlauncher): use mock (#4285) (#4289)

(cherry picked from commit 103c3c8cf1)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-04-08 21:05:29 -07:00
committed by GitHub
parent 29f3af0275
commit 30e577b4b9
2 changed files with 4 additions and 0 deletions
@@ -5,5 +5,6 @@ project pkg {
}
labels {
nightly = "1"
mock = 1
}
}
+3
View File
@@ -3,4 +3,7 @@ project pkg {
spec = "prismlauncher.spec"
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"]
}
labels {
mock = 1
}
}