Revise Linux release instructions

Updated instructions for publishing a Linux deb package, including building and uploading to Launchpad PPA.
This commit is contained in:
Matt Feemster
2025-12-18 16:54:30 -07:00
committed by GitHub
parent 61ed66c4ad
commit e7e91145b6

View File

@ -85,10 +85,12 @@ Make them executable by running this command in the folder they reside in:
Once those are installed, ensure the version is correct in the following files: Once those are installed, ensure the version is correct in the following files:
`fractorium/Builds/QtCreator/defaults.pri` `fractorium/Builds/QtCreator/defaults.pri`
`fractorium/Data/Fractorium.spec` `fractorium/Data/Fractorium.spec`
Ensure copyright and website links are correct in: Ensure copyright and website links are correct in:
`fractorium/debian/copyright` `fractorium/debian/copyright`
`fractorium/debian/control` `fractorium/debian/control`
Then run these commands from the root of the fractorium folder: Then run these commands from the root of the fractorium folder:
@ -321,3 +323,4 @@ https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_w.x.y.za
Update the README.md link to this. Update the README.md link to this.
All done. Commit, push, send Pull Request. All done. Commit, push, send Pull Request.