temporaly fix to try for workflow

This commit is contained in:
xgui4
2026-05-21 15:41:10 -04:00
parent 7803b5f0dc
commit 62f774a241
3 changed files with 10 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ jobs:
name: Build Inno Setup
runs-on: windows-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v4 # test to see if version 4 work, verfify if update coudld be fixed or needed
- name: Compile .ISS
uses: Minionguyjpro/Inno-Setup-Action@v1.2.8
with:
@@ -83,7 +83,12 @@ jobs:
uses: actions/upload-artifact@v7.0.1
with:
name: packages-arch
path: ./packages/linux/nightly/*.pkg.tar.zst
path: |
packages/linux/nigthly/*
packages/linux/nigthly/lce-qt-launcher-git-*.r?.*-?-any.pkg.tar.zst
!packages/linux/nigthly/pkg/
!packages/linux/nigthly/src/
!packages/linux/nigthly/lce-qt-launcher-git/
# --- JOB 4 : Publish the Nightly Release ---
release:

View File

@@ -1,6 +1,6 @@
# Maintainer: Xgui4
pkgname=lce-qt-launcher-git
pkgver=nightly
pkgver=nightly.r0.gef515be
pkgrel=1
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Nightly/Git Build)"
arch=('any')
@@ -58,4 +58,4 @@ package() {
install -Dm644 "packages/io.github.xgui4.lce_qt_launcher.metainfo.xml" "$pkgdir/usr/share/metainfo/io.github.xgui4.lce_qt_launcher.metainfo.xml"
install -Dm644 "assets/io.github.xgui4.lce_qt_launcher.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/io.github.xgui4.lce_qt_launcher.png"
install -Dm644 "assets/lce_inst.png" "$pkgdir/usr/share/icons/hicolor/128x128/mimetypes/application-x-lce_inst.png"
}
}

View File

@@ -35,7 +35,7 @@ OutputBaseFilename=LCE-Qt-Launcher-Windows-Nigthly-Setup
SetupIconFile=..\..\assets\setup.ico
SolidCompression=yes
WizardStyle=modern dark polar
; ArchiveExtraction=full
ArchiveExtraction=full
; "ArchitecturesAllowed=x64compatible" specifies that Setup cannot run
; on anything but x64 and Windows 11 on Arm.
ArchitecturesAllowed=x64compatible