Skip to content

Commit

Permalink
Assign desktop file extension to linux external links (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob authored Jan 11, 2025
1 parent 8129d22 commit 19769af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blackboard_sync/content/externallink.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def write(self, path: Path, executor: ThreadPoolExecutor) -> None:
path = path.with_suffix(".url")
else:
body = self.create_unix_body(self.url)
path = path.with_suffix(".desktop")

super().write_base(path, executor, body)

Expand Down

0 comments on commit 19769af

Please sign in to comment.