Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
DargonLee committed Oct 17, 2024
1 parent 6188e14 commit 465e5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esign/encryption_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def check_encryption(self, executable_path: str, prepared_app_path: str) -
self.logger.info(f"App encryption status:")
is_encrypted = await self.check_app_encryption(executable_path, prepared_app_path)
if not is_encrypted:
self.logger.default("The application is not encrypted")
self.logger.default("App not encrypted")
# 检查插件是否加密 PlugIns
plugins_dir = os.path.join(prepared_app_path, "PlugIns")
if os.path.exists(plugins_dir):
Expand Down

0 comments on commit 465e5ec

Please sign in to comment.