Only add executables from itch (#48)

The Itch db can refer to multiple files,
before the first one added was selected,
now the first one that is  executable is selected.
This commit is contained in:
Philip Kristoffersen
2022-03-17 21:49:47 +01:00
committed by GitHub
parent 0cecbfe1da
commit fb1ff859f1
4 changed files with 77 additions and 30 deletions
+1
View File
@@ -22,6 +22,7 @@ toml = { version = "^0.5.8", optional = true }
futures = { version = "^0.3.17" }
dashmap = { version = "^4.0.2", features = ["serde"] }
fltk-theme = {version ="0.4" , optional = true }
is_executable = "1.0.1"
[build-dependencies]
fl2rust = { version = "0.4", optional = true }