Skip to content

Commit

Permalink
Update update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lich-Corals committed Apr 6, 2024
1 parent 7e30907 commit bdaf1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus-fileconverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
print("Updating...")
fileUpdatePath = f"{currentPath}/{os.path.basename(__file__)}"
if _config["showPatchNotes"]:
os.system(f"nohup xdg-open \"https://github.com/Lich-Corals/linux-file-converter-addon/releases\" &")
os.system(f"nohup xdg-open \"https://github.com/Lich-Corals/linux-file-converter-addon/blob/main/markdown/update-notification.md\" &")
with open(fileUpdatePath, 'w') as file:
file.write(onlineFile)

Expand Down

0 comments on commit bdaf1d4

Please sign in to comment.