From 14a6bb2c6d497f7b40681f4c90ee9eb8793fff3f Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 20 Oct 2024 20:10:51 -0400 Subject: [PATCH] (BREAKING) change prism launcher directories to `minecraft` as opposed to `.minecraft` As of [Prism Launcher 9.0](https://prismlauncher.org/news/release-9.0/), Prism Launcher now uses `minecraft` to store game files/data instead of `.minecraft`, citing [ease of use concerns](https://github.com/PrismLauncher/PrismLauncher/pull/2050). Old instance paths are still compatible, but I'd rather just change this now. !! BREAKING Signed-off-by: cswimr --- .gitea/workflows/actions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 2a2041b..53df7ce 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -66,9 +66,9 @@ jobs: # Prism Launcher mkdir -vp /export/prism/.minecraft/meta cp -vrT ./build/prism /export/prism - cp -v ./unsup.ini /export/prism/.minecraft/ - cp -v ./LICENSE /export/prism/.minecraft/meta/ - cp -v ./PERMISSIONS.md /export/prism/.minecraft/meta/ + cp -v ./unsup.ini /export/prism/minecraft/ + cp -v ./LICENSE /export/prism/minecraft/meta/ + cp -v ./PERMISSIONS.md /export/prism/minecraft/meta/ # Modrinth mkdir -vp /export/modrinth/.minecraft/overrides/meta