Skip to content

Commit

Permalink
Update kvui.py
Browse files Browse the repository at this point in the history
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
  • Loading branch information
Berserker66 and black-sliver authored Feb 1, 2025
1 parent 6c2280e commit aeb182a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kvui.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

import platformdirs
os.environ["KIVY_HOME"] = os.path.join(platformdirs.user_config_dir("Archipelago", False), "kivy")
os.makedirs(os.environ["KIVY_HOME"], exist_ok=True)

from kivy.config import Config

Expand Down

0 comments on commit aeb182a

Please sign in to comment.