]> git.mar77i.info Git - localapps/commitdiff
fix pycharm BIN_PATH
authormar77i <mar77i@protonmail.ch>
Sat, 24 Jan 2026 03:55:09 +0000 (04:55 +0100)
committermar77i <mar77i@protonmail.ch>
Sat, 24 Jan 2026 03:55:09 +0000 (04:55 +0100)
apps/pycharm.py

index 6c399f638a6bee36cd2a83a5606062c054a499c5..ff83a8206c50ade4ab3a285b487c14a1283b381e 100644 (file)
@@ -21,7 +21,7 @@ class PyCharm(AppBase):
         "https://data.services.jetbrains.com/products/releases"
         "?code=PCP&latest=true&type=release"
     )
-    BIN_PATH = AppBase.APPS_DIR / "pycharm" / "bin" / "pycharm.sh"
+    BIN_PATH = AppBase.APPS_DIR / "pycharm" / "bin" / "pycharm"
 
     @classmethod
     def get_latest_version(cls):