upgrade versions, docs and flatpak wip repo and try to fix nigthly build for app image

This commit is contained in:
xgui4
2026-06-02 00:05:36 -04:00
parent e8202a42b1
commit 040f50fba0
18 changed files with 1213 additions and 98 deletions

View File

@@ -13,7 +13,14 @@
### Nix Package
Documentation Coming Soon
#### Nix Flake (Experimental)
1. Run `nix build`.
#### Nixpkg
1. nix-build default.nix
2. nix-env -i ./result
#### Windows Installer
@@ -40,4 +47,10 @@ Flatpak support is in the work, but is not working right now.
1. Go to the flatpak manifest location : `cd packages/flatpak`
2. Build the flatpak : `flatpak-builder --user --install build-dir io.github.xgui4.lce_qt_launcher.yml --install-deps-from=flathub`
-->
-->
### AppImage (GNU/Linux only)
1. Enter the venv and activate it
2. install pyproject-appimage package
3. run pyproject-appimage

View File

@@ -31,3 +31,8 @@
2. Load the venv with `source .venv/bin/activate.sh` (replace .sh with your shell, on Windows it is `.venv\Scripts\activate.ps1` for powershell or `.venv\Scripts\activate.bat` for cmd)
3. Run `scripts/build.sh` (for Linux) `scripts\build.cmd` for (Windows)
4. Run the main python script `src/lce_qt_launche.py` (On Windows you might need to invoque `python3` directly and replace `/` with `\`)
## AppImage (GNU/Linux only)
1. `chmod +x <appimage_filename>`
2. `./<appimage_filename>`

View File

@@ -13,9 +13,6 @@
### Paquet Nix
Documentation à venir
<!--
#### Nix Flake (Expérimental)
1. Exécutez `nix build`.
@@ -23,11 +20,8 @@ Documentation à venir
#### Nixpkg
1. nix-build default.nix
2. nix-env -i ./result
-->
#### Programme d'installation Windows
Prérequis :
@@ -54,4 +48,10 @@ Le support pour flatpak est a venir et ne marche pas correctement pour le moment
1. Accédez au répertoire contenant le manifeste Flatpak : `cd packages/flatpak`
2. Compilez Flatpak : `flatpak-builder --user --install build-dir io.github.xgui4.lce_qt_launcher.yml --install-deps-from=flathub`
-->
-->
### AppImage (GNU/Linux uniquement)
1. Accédez à l'environnement virtuel et activez-le.
2. Installez le paquet pyproject-appimage.
3. Exécutez pyproject-appimage.

View File

@@ -31,3 +31,8 @@
2. Chargez le venv avec `source .venv/bin/activate.sh` (remplacez `.sh` par votre shell : sous Windows, `.venv\Scripts\activate.ps1` pour PowerShell ou `.venv\Scripts\activate.bat` pour l'invite de commandes).
3. Exécutez `scripts/build.sh` (pour Linux) ou `scripts\build.cmd` (pour Windows).
4. Exécutez le script Python principal. `src/lce_qt_launche.py` (Sous Windows, vous devrez peut-être invoquer directement `python3` et remplacer `/` par `\`)
## AppImage (GNU/Linux uniquement)
1. `chmod +x <nom_du_fichier_appimage>`
2. `./<nom_du_fichier_appimage>`