fix(prismlauncher): use mock (#4285)

This commit is contained in:
madomado
2025-04-09 11:47:20 +08:00
committed by GitHub
parent 26d729a57d
commit 103c3c8cf1
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
}
}