INNER CODE UNIT · Python

_backup_path

ArcSurge/Termius-Pro-zh_CN · lang.py:335

    def _backup_path(self):
        """备份文件路径"""
        return os.path.join(self.termius_path, "app.asar.bak")

    @property
    def _original_path(self):
        """原始文件路径"""
        return os.path.join(self.termius_path, "app.asar")

    @property
    def _app_dir(self):
        return os.path.join(self.termius_path, "app")

    @property
    def _unpack_dir(self):
        """解包文件输出目录(脚本同级目录/extract)"""
        return os.path.join(self._script_dir, "extract", "app.asar.unpack")

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…