From 76a98c072e7116a84f0278e5b056bb9b04d6437d Mon Sep 17 00:00:00 2001 From: Matt Feemster Date: Thu, 18 Dec 2025 16:56:14 -0700 Subject: [PATCH] Revise Linux release documentation Updated the Linux release instructions for building and publishing a deb package, including steps for AppImage and Launchpad PPA. --- Data/LinuxRelease.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Data/LinuxRelease.md b/Data/LinuxRelease.md index 2f20ba7..e5bd30f 100644 --- a/Data/LinuxRelease.md +++ b/Data/LinuxRelease.md @@ -84,14 +84,16 @@ Make them executable by running this command in the folder they reside in: `chmod +x ./*.AppImage` Once those are installed, ensure the version is correct in the following files: -`fractorium/Builds/QtCreator/defaults.pri` - -`fractorium/Data/Fractorium.spec` +``` +fractorium/Builds/QtCreator/defaults.pri +fractorium/Data/Fractorium.spec +``` Ensure copyright and website links are correct in: -`fractorium/debian/copyright` - -`fractorium/debian/control` +``` +fractorium/debian/copyright +fractorium/debian/control +``` Then run these commands from the root of the fractorium folder: @@ -324,3 +326,4 @@ Update the README.md link to this. All done. Commit, push, send Pull Request. +