From 7a52b0bbcd1dd5b626ca53a8d873b77e2dacd542 Mon Sep 17 00:00:00 2001 From: JFronny Date: Thu, 20 Jan 2022 18:30:06 +0100 Subject: [PATCH] Attempt to fix CI --- .gitlab-ci.yml | 2 +- README.md | 2 +- docs/Installing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1aba96b..fe822e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build_test: - gradle --build-cache build publish -Pflavor=windows -Ppublic -Ptimestamp=$TIMESTAMP - gradle --build-cache build publish -Pflavor=linux -Ppublic -Ptimestamp=$TIMESTAMP - gradle --build-cache build publish -Pflavor=macos -Ppublic -Ptimestamp=$TIMESTAMP - - cp build/libs/*-*-*.jar ./ + - cp build/libs/*-*-*-*.jar ./ - cp wrapper/build/libs/* build/libs/ - cp wrapper/build/libs/*.exe wrapper.exe - cp wrapper/build/libs/*-all.jar wrapper.jar diff --git a/README.md b/README.md index d219a71..79845f5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Inceptum Launcher ![Lines of code](https://img.shields.io/tokei/lines/gitlab/JFronny/Inceptum) +# Inceptum Launcher An advanced FOSS Launcher for Minecraft written in Java For documentation on how to use or install Inceptum, please head to the [wiki](https://jfmods.gitlab.io/Inceptum) diff --git a/docs/Installing.md b/docs/Installing.md index 01d1f0c..1e3ca0b 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -10,7 +10,7 @@ First, download the Inceptum build appropriate for your system: The following additional builds are also available but not recommended for normal use: -- [Windows/Mac/Linux x86_64 in one](https://gitlab.com/JFronny/inceptum/-/jobs/artifacts/master/raw/latest-fat.jar?job=build_test) +- [Windows/Mac/Linux x86_64 in one](https://gitlab.com/JFronny/inceptum/-/jobs/artifacts/master/raw/latest.jar?job=build_test) - [Headless](https://gitlab.com/JFronny/inceptum/-/jobs/artifacts/master/raw/latest-nogui.jar?job=build_test) Once you have a jar, run it with an [up-to-date java version](https://adoptium.net/).