mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 01:30:39 +00:00
temporaly fix to try for workflow
This commit is contained in:
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
name: Build Inno Setup
|
name: Build Inno Setup
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
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
|
- name: Compile .ISS
|
||||||
uses: Minionguyjpro/Inno-Setup-Action@v1.2.8
|
uses: Minionguyjpro/Inno-Setup-Action@v1.2.8
|
||||||
with:
|
with:
|
||||||
@@ -83,7 +83,12 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v7.0.1
|
uses: actions/upload-artifact@v7.0.1
|
||||||
with:
|
with:
|
||||||
name: packages-arch
|
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 ---
|
# --- JOB 4 : Publish the Nightly Release ---
|
||||||
release:
|
release:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Xgui4
|
# Maintainer: Xgui4
|
||||||
pkgname=lce-qt-launcher-git
|
pkgname=lce-qt-launcher-git
|
||||||
pkgver=nightly
|
pkgver=nightly.r0.gef515be
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Nightly/Git Build)"
|
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Nightly/Git Build)"
|
||||||
arch=('any')
|
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 "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/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"
|
install -Dm644 "assets/lce_inst.png" "$pkgdir/usr/share/icons/hicolor/128x128/mimetypes/application-x-lce_inst.png"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ OutputBaseFilename=LCE-Qt-Launcher-Windows-Nigthly-Setup
|
|||||||
SetupIconFile=..\..\assets\setup.ico
|
SetupIconFile=..\..\assets\setup.ico
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern dark polar
|
WizardStyle=modern dark polar
|
||||||
; ArchiveExtraction=full
|
ArchiveExtraction=full
|
||||||
; "ArchitecturesAllowed=x64compatible" specifies that Setup cannot run
|
; "ArchitecturesAllowed=x64compatible" specifies that Setup cannot run
|
||||||
; on anything but x64 and Windows 11 on Arm.
|
; on anything but x64 and Windows 11 on Arm.
|
||||||
ArchitecturesAllowed=x64compatible
|
ArchitecturesAllowed=x64compatible
|
||||||
|
|||||||
Reference in New Issue
Block a user