Skip to content

Commit

Permalink
fix: get_part_snippet name
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Nov 21, 2024
1 parent e420a05 commit 7f592b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft/extensions/qt_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def is_experimental(base: Optional[str]) -> bool:
return False

@overrides
def get_app_snippet(self) -> Dict[str, Any]:
def get_app_snippet(self, *, app_name: str) -> Dict[str, Any]:
return {
"command-chain": ["snap/command-chain/desktop-launch"],
"plugs": ["desktop", "desktop-legacy", "opengl", "wayland", "x11"],
Expand Down

0 comments on commit 7f592b3

Please sign in to comment.