mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
1.0.1
This commit is contained in:
@@ -89,11 +89,12 @@ jobs:
|
|||||||
# What to download?
|
# What to download?
|
||||||
- `Emerald.Legacy.Launcher-*.rpm` for GNU/Linux (RHEL)
|
- `Emerald.Legacy.Launcher-*.rpm` for GNU/Linux (RHEL)
|
||||||
- `Emerald.Legacy.Launcher-*.deb` for GNU/Linux (Debian+Ubuntu)
|
- `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-*_x64.dmg` for macOS (Intel)
|
||||||
- `Emerald.Legacy.Launcher-*_aarch64.dmg` for macOS (M-series)
|
- `Emerald.Legacy.Launcher-*_aarch64.dmg` for macOS (M-series)
|
||||||
- `Emerald.Legacy.Launcher-*.exe` for Windows (Setup)
|
- `Emerald.Legacy.Launcher-*.exe` for Windows (Setup)
|
||||||
- `Emerald.Legacy.Launcher-*.msi` for Windows (Setup)
|
- `Emerald.Legacy.Launcher-*.msi` for Windows (Setup)
|
||||||
|
- `Emerald.Legacy.Launcher.flatpak` for GNU/Linux (Flatpak, Recommended)
|
||||||
---
|
---
|
||||||
# Windows SmartScreen
|
# Windows SmartScreen
|
||||||
This software is completely safe. Because the launcher is unsigned, you will see a "Windows protected your PC" window. To proceed:
|
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
|
run: sleep 10
|
||||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
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
|
manifest-path: flatpak/io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.yml
|
||||||
cache-key: flatpak-builder-${{ github.sha }}
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
- uses: softprops/action-gh-release@v2
|
- uses: softprops/action-gh-release@v2
|
||||||
with:
|
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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user