Revise Linux release documentation

Updated the Linux release instructions for building and publishing a deb package, including steps for AppImage and Launchpad PPA.
This commit is contained in:
Matt Feemster
2025-12-18 16:56:14 -07:00
committed by GitHub
parent e7e91145b6
commit 76a98c072e

View File

@ -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.