cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
32 stars 6 forks source link

Fix steam deck compatibility #33

Closed cyberrumor closed 1 year ago

cyberrumor commented 1 year ago

Steam deck is on python 3.10 and doesn't have access to EnumType so launching currently fails.

cyberrumor commented 1 year ago

Fixed by using EnumMeta instead of EnumType and downgrading github workflow to use python 3.10.8 which is the same version used by the steamdeck.