Skip to content

Conversation

@JesseCol
Copy link
Contributor

@JesseCol JesseCol commented Dec 9, 2025

We're changing the default global dir from $UserProfile/.winapp to $UserProfile/.winappglobal.

We want to make it easy and not consume too much hard drive space. The idea in this PR is to still honor the old location for now, and then we'll be more aggressive about using the new location in the future.

See specs/move-global-folder-spec.md for more information.

Here's how a restore looks:
image

@JesseCol JesseCol marked this pull request as ready for review December 9, 2025 23:25
@JesseCol
Copy link
Contributor Author

Another option -- we could just go back to using ".winapp" as the global folder and find some other way to distinguish it from a local ".winapp" folder. @nmetulev @azchohfi

@JesseCol JesseCol marked this pull request as draft December 11, 2025 17:42
@JesseCol JesseCol closed this Dec 11, 2025
nmetulev added a commit that referenced this pull request Dec 11, 2025
)

This makes it so WinAppCLI's global dir uses "$userProfile/.winapp"
again by default instead of ".winappglobal". Using ".winappglobal" was
getting too complicated, and I don't have time to see it through right
now.

Instead:
* Make all the tests use a different dir for the global vs local
* Add a test to make sure we never return the global dir as the local
dir

This change reverts #178 

This is meant as a replacement for #186

---------

Co-authored-by: Nikola Metulev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants