implement fetch and external resource request apis

This commit is contained in:
AAGaming
2024-05-04 22:39:30 -04:00
parent 2a22f000c1
commit 14ea7b964f
14 changed files with 609 additions and 525 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ a = Analysis(
('locales', 'locales'),
('static', 'static'),
] + copy_metadata('decky_loader'),
hiddenimports=['logging.handlers', 'sqlite3', 'decky_plugin'],
hiddenimports=['logging.handlers', 'sqlite3', 'decky_plugin' 'decky'],
)
pyz = PYZ(a.pure, a.zipped_data)