[GH-ISSUE #1096] [Feature]: Is there any way to change the installation postions of apps? #601

Closed
opened 2026-03-03 18:59:14 +03:00 by kerem · 6 comments
Owner

Originally created by @zsMoonshine on GitHub (Sep 16, 2023).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1096

I'd like to install apps in postions choosed by myself to manage files in a better way and save space on Mac. However, I find no way to change the installation/unpack position of apps, and apps are installed in 'user/username/Library/Containers/PlayCover/***' by default.

Describe the solution you'd like

Is there a function to change the installation path? If so, please tell me how to change it.

Anything else?

Actually I install PlayCover in an external disk, but the installation path is still in Macintosh HD.

Issue Language

  • Yes my issue is written in English
Originally created by @zsMoonshine on GitHub (Sep 16, 2023). Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1096 ### Is your feature request related to a problem? I'd like to install apps in postions choosed by myself to manage files in a better way and save space on Mac. However, I find no way to change the installation/unpack position of apps, and apps are installed in 'user/username/Library/Containers/PlayCover/***' by default. ### Describe the solution you'd like Is there a function to change the installation path? If so, please tell me how to change it. ### Anything else? Actually I install PlayCover in an external disk, but the installation path is still in Macintosh HD. ### Issue Language - [X] Yes my issue is written in English
kerem 2026-03-03 18:59:14 +03:00
Author
Owner

@zanderp25 commented on GitHub (Sep 16, 2023):

As far as I know, there is no official way to change the installation path. However, symlinks might work, although I haven't tried it.

ln -s /Volumes/externalpathto.app/ /Users/user/Library/Containers/<whatever the PlayCover folder is>/nameof.app
<!-- gh-comment-id:1722114292 --> @zanderp25 commented on GitHub (Sep 16, 2023): As far as I know, there is no official way to change the installation path. However, symlinks might work, although I haven't tried it. ``` sh ln -s /Volumes/externalpathto.app/ /Users/user/Library/Containers/<whatever the PlayCover folder is>/nameof.app ```
Author
Owner

@zsMoonshine commented on GitHub (Sep 16, 2023):

As far as I know, there is no official way to change the installation path. However, symlinks might work, although I haven't tried it.

ln -s /Volumes/externalpathto.app/ /Users/user/Library/Containers/<whatever the PlayCover folder is>/nameof.app

Thanks a lot. Looking forward to an official way if possible.

<!-- gh-comment-id:1722129341 --> @zsMoonshine commented on GitHub (Sep 16, 2023): > As far as I know, there is no official way to change the installation path. However, symlinks might work, although I haven't tried it. > > ```shell > ln -s /Volumes/externalpathto.app/ /Users/user/Library/Containers/<whatever the PlayCover folder is>/nameof.app > ``` Thanks a lot. Looking forward to an official way if possible.
Author
Owner

@TheMoonThatRises commented on GitHub (Sep 26, 2023):

This pull request #1100 will consider adding it. I just need to dedicate a lot of time into the pr.

<!-- gh-comment-id:1736422136 --> @TheMoonThatRises commented on GitHub (Sep 26, 2023): This pull request #1100 will consider adding it. I just need to dedicate a lot of time into the pr.
Author
Owner

@DaftDogeee commented on GitHub (Oct 13, 2023):

@TheMoonThatRises Is there plan to offer the feature that user can move Container data of an app to an external disk?

<!-- gh-comment-id:1760685454 --> @DaftDogeee commented on GitHub (Oct 13, 2023): @TheMoonThatRises Is there plan to offer the feature that user can move `Container` data of an app to an external disk?
Author
Owner

@ghost commented on GitHub (Nov 7, 2023):

I'm not sure if that's possible, as I've never seen a way to change the /Application Support or /Containers folders to a non-system disk.

<!-- gh-comment-id:1799809183 --> @ghost commented on GitHub (Nov 7, 2023): I'm not sure if that's possible, as I've never seen a way to change the `/Application Support` or `/Containers` folders to a non-system disk.
Author
Owner

@TheMoonThatRises commented on GitHub (Dec 19, 2023):

Take a look through this issue: https://github.com/PlayCover/PlayCover/discussions/473. In short, no, you can't change the location of the app's container, but you can change the app's own location with symlinks.

<!-- gh-comment-id:1863371564 --> @TheMoonThatRises commented on GitHub (Dec 19, 2023): Take a look through this issue: https://github.com/PlayCover/PlayCover/discussions/473. In short, no, you can't change the location of the app's container, but you can change the app's own location with symlinks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#601
No description provided.