diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-07-02 16:37:23 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-07-02 16:37:23 -0700 |
| commit | 58b2c4208dbd12ba17f618bf700812306b7a0cb0 (patch) | |
| tree | 612099d843f97a8c250a6b16b3395aaef712ad66 /backend/browser.py | |
| parent | c2693869a72dde7cbc2fff294178c0f9140ea667 (diff) | |
| download | decky-loader-58b2c4208dbd12ba17f618bf700812306b7a0cb0.tar.gz decky-loader-58b2c4208dbd12ba17f618bf700812306b7a0cb0.zip | |
Remove bugged rename invocation
Diffstat (limited to 'backend/browser.py')
| -rw-r--r-- | backend/browser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/browser.py b/backend/browser.py index c037bfcb..6e99ed20 100644 --- a/backend/browser.py +++ b/backend/browser.py @@ -37,7 +37,6 @@ class PluginBrowser: return False zip_file = ZipFile(zip) zip_file.extractall(self.plugin_path) - rename(path.join(self.plugin_path, zip_file.namelist()[0]), path.join(self.plugin_path, name)) Popen(["chown", "-R", "deck:deck", self.plugin_path]) Popen(["chmod", "-R", "555", self.plugin_path]) return True |
