Tareas:
- Una vez que los nuevos cambios han sido probados y se va a crear un nuevo instalador, se debe seleccionar una fecha en formato "yyyyMMdd" como por ejemplo "20240130" y ponerla en las funciones: MainWindow::getVersionNumber() y CaliopeUpdater::getVersionNumber(). Esto es muy importante ya que esa fecha se usa para determinar la existencia de nuevas versiones.
- Se debe compilar CaliopeUpdater en modo "release"
- Se debe compilar Calíope en modo "release"
- Poner ambos ejecutables en la carpeta: "packages/calíope/data/bin"
- Ejecutar: "./Deployer.sh /home/david/Qt/6.10.1/gcc_64/ 6.10.1", los parámetros que se esperan son:
  - La carpeta que contiene la versión usada de Qt para el proceso de compilación
  - La versión de Qt a usar
- En una terminal ir a packages/calíope/data y ejecutar: "./Caliope.sh" y revisar que todo corre sin problema.
- Instalar el QtInstallerFramework (este es una herramienta que se selecciona al momento de isntalar Qt) y tomar nota de la versión, por ejemplo 4.10.
- Ejecutar "/home/david/Qt/Tools/QtInstallerFramework/4.10/bin/binarycreator --offline-only -c config/config.xml -p packages Calíope-LinuxInstaller-6.10.1-20251201.sh"


Task:
1 - Compile Calíope on release mode
2 - Place the executable file in packages/calíope/data/
3 - Install CQtDeployer: "https://github.com/QuasarApp/CQtDeployer/releases"
4 - Open the terminal
5 - cd to this folder
6 - Execute "cqtdeployer.sh -bin Caliope". Maybe you will need to add the full path to cqtdeployer, ei: "/home/david/CQtDeployer/1.5/cqtdeployer.sh -bin Caliope"
7 - Remove the executable file copied on step 2. The MissingLibs folder contains a copy of the libraries that cqtdeployer does not include in the deployment.
8 - Copy all content from DistributionKit here
9 - Run the Calíope.sh script to ensure that everything is OK, place the missing libraries in the lib folder is any (Usually libcrypto.so.1.1, libmariadb.so.3 and libssl.so.1.1, those libs can be found in the current lib folder).
10 - Delete the DistributionKit folder
11 - cd to the parent folder "Calíope-InstallerBase-Linux"
12 - Install the QtInstallerFramework
13 - Execute "binarycreator --offline-only -c config/config.xml -p packages Calíope-LinuxInstaller-rYYYY-NN.sh" Maybe you should add the full path to binarycreator, ei: "/opt/Qt/Tools/QtInstallerFramework/4.5/bin/binarycreator --offline-only -c config/config.xml -p packages Calíope-LinuxInstaller-r2023-02.sh"
14 - Enjoy

Important notes:
1 - The files generated on part 6 do not need to be part of the source code.

