-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application is creating a directory named "~" for storing data #381
Comments
I don't have a Mac to test this with, but could you please let me know what the value of the environment variable "$PATH" is on your machine? I'm wondering if that should be what I'm looking at instead. |
I suspect you probably want to look at
If you're still curious about
|
You're right, I was looking for I'm not familiar with where MacOS keeps temporary files, but would |
I guess that depends. If we're talking temporary for the lifetime of the process, then
Anything I were to put in there would be automatically removed when my terminal session ends. Each process that I run in the terminal gets its own directory as well. If it needs to persist through runs, then, yeah, something like If it's related to user-generated data, then There's also a https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html#//apple_ref/doc/uid/TP40010672-CH10-SW1 has more info about canonical directory locations, if you're curious. |
Yeah this data will be persisted through runs, just saving manifests so that they don't need to be redownloaded again. Sounds like |
Released in v3.1.0 |
Describe the bug
This is with version 2.7.0 on macOS 14.6.1 on an M1 Max Macbook Pro.
I noticed after filing #380 that I had a directory named "~" alongside the
SteamPrefill
binary. This seemed odd, so I looked in there and found a directory structure that looks likeLibrary/Caches/SteamPrefill/v1/
. So, apparently that's not being appropriately replaced with my home directory.Additional Details
If I delete this directory, it is recreated the next time I attempt to run
SteamPrefill
.Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Please attach the
app.log
found in the application's directory to this issue.The text was updated successfully, but these errors were encountered: