cyberrumor / ammo

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

Fix steam deck compatibility #33

Closed cyberrumor closed 9 months ago

cyberrumor commented 9 months ago

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

cyberrumor commented 9 months 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.