From 23c09d46cbe1f268f0a17547456980c318954dcc Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:03:11 +0300 Subject: [PATCH] 1.0.1 --- .github/workflows/publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63e93d2..a0ae321 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,11 +89,12 @@ jobs: # What to download? - `Emerald.Legacy.Launcher-*.rpm` for GNU/Linux (RHEL) - `Emerald.Legacy.Launcher-*.deb` for GNU/Linux (Debian+Ubuntu) - - `Emerald.Legacy.Launcher-*.AppImage` for GNU/Linux (Universal) + - `Emerald.Legacy.Launcher-*.AppImage` for GNU/Linux (Universal, Currently Broken) - `Emerald.Legacy.Launcher-*_x64.dmg` for macOS (Intel) - `Emerald.Legacy.Launcher-*_aarch64.dmg` for macOS (M-series) - `Emerald.Legacy.Launcher-*.exe` for Windows (Setup) - `Emerald.Legacy.Launcher-*.msi` for Windows (Setup) + - `Emerald.Legacy.Launcher.flatpak` for GNU/Linux (Flatpak, Recommended) --- # Windows SmartScreen This software is completely safe. Because the launcher is unsigned, you will see a "Windows protected your PC" window. To proceed: @@ -123,11 +124,12 @@ jobs: run: sleep 10 - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: - bundle: io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.flatpak + bundle: Emerald.Legacy.Launcher.flatpak manifest-path: flatpak/io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.yml cache-key: flatpak-builder-${{ github.sha }} - uses: softprops/action-gh-release@v2 with: - files: io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.flatpak + tag_name: latest # please work i beg you + files: Emerald.Legacy.Launcher.flatpak env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}