diff options
| author | PartyWumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-05-05 08:52:23 +0100 |
|---|---|---|
| committer | PartyWumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-05-05 08:52:23 +0100 |
| commit | 10e13571e50261193e8d6f42e60777a25bd4d7e4 (patch) | |
| tree | 3ea4badc956365821c05c8d6533e19c3ff4020df /backend/pyinstaller.spec | |
| parent | 14ea7b964f65460c08f39d42e1621aabd1db22fc (diff) | |
| download | decky-loader-10e13571e50261193e8d6f42e60777a25bd4d7e4.tar.gz decky-loader-10e13571e50261193e8d6f42e60777a25bd4d7e4.zip | |
version does have types, false alarm
Diffstat (limited to 'backend/pyinstaller.spec')
| -rw-r--r-- | backend/pyinstaller.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pyinstaller.spec b/backend/pyinstaller.spec index 990f310f..a9eba6a4 100644 --- a/backend/pyinstaller.spec +++ b/backend/pyinstaller.spec @@ -9,7 +9,7 @@ a = Analysis( ('locales', 'locales'), ('static', 'static'), ] + copy_metadata('decky_loader'), - hiddenimports=['logging.handlers', 'sqlite3', 'decky_plugin' 'decky'], + hiddenimports=['logging.handlers', 'sqlite3', 'decky_plugin', 'decky'], ) pyz = PYZ(a.pure, a.zipped_data) |
