aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2021-12-27 20:49:42 -0500
committerswirl <swurl@swurl.xyz>2021-12-27 20:49:42 -0500
commitbe5dc5db7094b7a740db004e17996113ca437b56 (patch)
treee5b3a2529f44ad7e5a02d81900b2d81fd6f43f9e
parenta0a30293eb2fef28c0e14552b68aa623372819b7 (diff)
downloadPrismLauncher-be5dc5db7094b7a740db004e17996113ca437b56.tar.gz
PrismLauncher-be5dc5db7094b7a740db004e17996113ca437b56.tar.bz2
PrismLauncher-be5dc5db7094b7a740db004e17996113ca437b56.zip
ebuild, fix GitHub URL
-rw-r--r--README.md2
-rw-r--r--program_info/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94745dc1..8083e33e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ This is a **fork** of the MultiMC Launcher and not endorsed by MultiMC. The Poly
Experimental packages are available for Linux (non-portable) and Windows (portable). Both versions are confirmed to work but the Windows version needs more testing--please volunteer if you use Windows!
- An [AUR package](https://aur.archlinux.org/packages/polymc-git/) is also available.
-- A Gentoo ebuild will be made soon.
+- A Gentoo ebuild is available in the [swirl](https://github.com/binex-dsk/ebuilds) overlay, available as `games-action/polymc`. Check the README for instructions on how to add the overlay.
- A full list of generic, pre-built packages is available [here](https://jenkins.polymc.org/job/PolyMC/lastSuccessfulBuild/artifact/).
- Last build status: https://jenkins.polymc.org/job/PolyMC/lastBuild/
- [Linux (AMD64) System](https://jenkins.polymc.org/job/PolyMC/lastSuccessfulBuild/artifact/lin64-system.tar.zst) - this is a generic system package intended to be used as a base for making distro-specific packages.
diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt
index f418f8b2..c1711201 100644
--- a/program_info/CMakeLists.txt
+++ b/program_info/CMakeLists.txt
@@ -6,7 +6,7 @@ set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
set(Launcher_DisplayName "${Launcher_CommonName} 5" PARENT_SCOPE)
set(Launcher_UserAgent "${Launcher_CommonName}/5.0" PARENT_SCOPE)
set(Launcher_ConfigFile "polymc.cfg" PARENT_SCOPE)
-set(Launcher_Git "https://github.com/PolyMC/Launcher" PARENT_SCOPE)
+set(Launcher_Git "https://github.com/PolyMC/PolyMC" PARENT_SCOPE)
set(Launcher_Branding_ICNS "program_info/Launcher.icns" PARENT_SCOPE)
set(Launcher_Branding_WindowsRC "program_info/launcher.rc" PARENT_SCOPE)