Cinecred
Create beautiful film credit sequences—without pain.
Visit the website at https://loadingbyte.com/cinecred/ for further information about the nature of this software, as well as manifold download options.
Internal: Releasing
The following information is only relevant for building binaries of a new version and publishing them to the various distribution channels.
- Run
gradle clean preparePackaging
. This will create three folders inbuild/packaging/
, one for each OS. - Now copy the Windows folder onto a Windows machine and run the
package.bat
script there to build a Windows installer. Analogously proceed with MacOS and Linux, but use thepackage.sh
script for these.- Note: On Linux, you will need tools for building DEB and RPM packages, or the script won't work.
- Note: On Linux, you will need the
repo.loadingbyte.com
PGP key to sign the RPM package.
- Collect the resulting packaged files into the
publishing/
folder in this repository. There is 1 file for Windows and 1 file for MacOS. There are 4 files for Linux. - Run the
publish-nexus.sh
script to upload all binaries torepo.loadingbyte.com
. - Run the
publish-aur.sh
script to prepare an update of the PKGBUILD script hosted on AUR. This script does not push to AUR for safety reasons. You will have to do that manually.