Skip to content

Commit

Permalink
fix: doc/src/example URL in Qt 6.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Jul 30, 2024
1 parent 847a346 commit 56c2a38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aqt/archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,10 @@ def get_target_config(self) -> TargetConfig:
"""
return TargetConfig("src_doc_examples", self.target, self.arch, self.os_name)

def _get_archives(self):
name = f"qt{self.version.major}_{self._version_str()}{self._arch_ext()}"
self._get_archives_base(name, self._target_packages())

def help_msg(self, missing_modules: Optional[List[str]] = None) -> List[str]:
_missing_modules: List[str] = missing_modules or []
cmd_type = "example" if self.flavor == "examples" else self.flavor
Expand Down

0 comments on commit 56c2a38

Please sign in to comment.