mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 22:24:16 +02:00
[appimage] suggestions
This commit is contained in:
11
bauh/gems/appimage/suggestions.py
Normal file
11
bauh/gems/appimage/suggestions.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from bauh.api.abstract.model import SuggestionPriority
|
||||
|
||||
ALL = {
|
||||
'gamehub': SuggestionPriority.HIGH,
|
||||
'rpcs3': SuggestionPriority.HIGH,
|
||||
'postman': SuggestionPriority.MEDIUM,
|
||||
'etcher': SuggestionPriority.MEDIUM,
|
||||
'nosqlbooster': SuggestionPriority.LOW,
|
||||
'emcas': SuggestionPriority.LOW,
|
||||
'azpianter': SuggestionPriority.LOW
|
||||
}
|
||||
Reference in New Issue
Block a user