(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 <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
b9d139146f
commit
14a6bb2c6d
1 changed files with 3 additions and 3 deletions
|
@ -66,9 +66,9 @@ jobs:
|
||||||
# Prism Launcher
|
# Prism Launcher
|
||||||
mkdir -vp /export/prism/.minecraft/meta
|
mkdir -vp /export/prism/.minecraft/meta
|
||||||
cp -vrT ./build/prism /export/prism
|
cp -vrT ./build/prism /export/prism
|
||||||
cp -v ./unsup.ini /export/prism/.minecraft/
|
cp -v ./unsup.ini /export/prism/minecraft/
|
||||||
cp -v ./LICENSE /export/prism/.minecraft/meta/
|
cp -v ./LICENSE /export/prism/minecraft/meta/
|
||||||
cp -v ./PERMISSIONS.md /export/prism/.minecraft/meta/
|
cp -v ./PERMISSIONS.md /export/prism/minecraft/meta/
|
||||||
|
|
||||||
# Modrinth
|
# Modrinth
|
||||||
mkdir -vp /export/modrinth/.minecraft/overrides/meta
|
mkdir -vp /export/modrinth/.minecraft/overrides/meta
|
||||||
|
|
Reference in a new issue