Skip to content

Commit

Permalink
Drop OBS from the skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Nov 15, 2023
1 parent 444634c commit a93c805
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ pub fn arch_from_ref(refstring: &str) -> String {
}

pub const APP_SUFFIXES: [&str; 3] = ["Sources", "Debug", "Locale"];
pub const APPID_SKIPLIST: [&str; 9] = [
pub const APPID_SKIPLIST: [&str; 8] = [
"net.pcsx2.PCSX2",
"net.wz2100.wz2100",
"om.obsproject.Studio",
"org.freedesktop.Platform.ClInfo",
"org.freedesktop.Platform.GlxInfo",
"org.freedesktop.Platform.VaInfo",
Expand Down

0 comments on commit a93c805

Please sign in to comment.