mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 03:50:39 +00:00
Preparation for release
- update the image of the app and readme - add new screenshot - update workflow with new info, - update the window installer for both nightly and stable, now the stable version is also a onlline installer, - delete old note and way more - remove dev channel for arch packages, a better way for developpement package will soon be added - updatrd pyproject.toml - removed unsused scripts - new version of the packages helper script s for linux
This commit is contained in:
BIN
.github/screenshots/image-old.png
vendored
Normal file
BIN
.github/screenshots/image-old.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
BIN
.github/screenshots/image.png
vendored
BIN
.github/screenshots/image.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 210 KiB |
73
.github/workflows/nightly.yml
vendored
73
.github/workflows/nightly.yml
vendored
@@ -47,45 +47,44 @@ jobs:
|
||||
*.zip
|
||||
*.tar.gz
|
||||
|
||||
# # --- JOB 2 : Building Windows Installer ---
|
||||
# # Disabled due to not working
|
||||
# build_windows_installer:
|
||||
# name: Build Inno Setup
|
||||
# runs-on: windows-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v6.0.2
|
||||
# - name: Compile .ISS
|
||||
# uses: Minionguyjpro/Inno-Setup-Action@v1.2.8
|
||||
# with:
|
||||
# path: packages\windows\setup-nigthly.iss
|
||||
# options: '/O+ /F"LCE_Qt_Launcher_Windows_Nigthly_Setup"'
|
||||
# --- JOB 2 : Building Windows Installer ---
|
||||
build_windows_installer:
|
||||
name: Build Inno Setup
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- name: Compile .ISS
|
||||
uses: Minionguyjpro/Inno-Setup-Action@v1.2.8
|
||||
with:
|
||||
path: packages\windows\setup-nigthly.iss
|
||||
options: '/O+ /F"LCE_Qt_Launcher_Windows_Nigthly_Setup"'
|
||||
|
||||
# - name: Upload Artifact
|
||||
# uses: actions/upload-artifact@v7.0.1
|
||||
# with:
|
||||
# name: installer-windows
|
||||
# path: packages\windows\Output\*.exe
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v7.0.1
|
||||
with:
|
||||
name: installer-windows
|
||||
path: packages\windows\Output\*.exe
|
||||
|
||||
# # --- JOB 3 : Making Arch Linux Packages ---
|
||||
# # Disabled due to not working
|
||||
# build_arch_installer:
|
||||
# name: Build Arch Package
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v6.0.2
|
||||
# - name: Validate and Build package
|
||||
# uses: heyhusen/archlinux-package-action@v3.0.0
|
||||
# with:
|
||||
# namcap: true
|
||||
# updpkgsums : true
|
||||
# path : "packages/linux/nigthly"
|
||||
# srcinfo: true
|
||||
# --- JOB 3 : Making Arch Linux Packages ---
|
||||
# Disabled due to not working
|
||||
build_arch_installer:
|
||||
name: Build Arch Package
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- name: Validate and Build package
|
||||
uses: heyhusen/archlinux-package-action@v3.0.0
|
||||
with:
|
||||
namcap: true
|
||||
updpkgsums : true
|
||||
path : "packages/linux/nigthly"
|
||||
srcinfo: true
|
||||
|
||||
# - name: Upload Artifact
|
||||
# uses: actions/upload-artifact@v7.0.1
|
||||
# with:
|
||||
# name: packages-arch
|
||||
# path: packages/linux/nightly/****.pkg.tar.zst
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v7.0.1
|
||||
with:
|
||||
name: packages-arch
|
||||
path: packages/linux/nightly/****.pkg.tar.zst
|
||||
|
||||
# --- JOB 4 : Publish the Nightly Release ---
|
||||
release:
|
||||
@@ -111,6 +110,8 @@ jobs:
|
||||
> The nightly prebuild is only avaiable for GNU/Linux and Windows. \n
|
||||
> For NixOS/Nixpkg you need to build it yourself by downloading the source files
|
||||
and then run `./nix-helper install` \n
|
||||
> For FreeBSD, check [my FreeBSD Port Overlay collection](https://github.com/xgui4/freebsd-ports/).
|
||||
Note that the Nightly build is not avaiable as a port right now.
|
||||
\n
|
||||
Automatic Nighty (daily) binary build powered by GtiHub Actions. \n
|
||||
The nighy build are experimental nuitka compilation from the nighly branch \n
|
||||
|
||||
Reference in New Issue
Block a user