Skip to content
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

Corrected the Windows appdata path #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Corrected the Windows appdata path #40

wants to merge 1 commit into from

Conversation

henningBunk
Copy link

my franz installation which came via chocolatey creates the appdata folder in the Roaming folder. I guess thats common since I've never seen an appdata folder directly under %appdata%/.

my franz installation which came via chocolatey creates the appdata folder in the `Roaming` folder. I guess thats common since I've never seen an appdata folder directly under `%appdata%/`.
@gabriel-andreescu
Copy link

the %appdata% shortcut works that way, my Franz folder is also in Roaming, but if you enter %appdata%/Franz you will be redirected to AppData\Roaming\Franz

@ducfilan
Copy link
Owner

Thank you for pointing this out!

@@ -3,7 +3,7 @@
## Installation
1. Copy the `darkmode.css` file to the corresponding `recipe` (service) folder. For example: below's `[service folder]` means `messenger` or `slack` etc.:
* Mac: `~/Library/Application Support/Franz/recipes/[service folder]`
* Windows: `%appdata%/Franz/recipes/[service folder]`. Press `Windows`+`R` to open the `Run` dialog and paste this path, for example: `%appdata%/Franz/recipes/messenger`
* Windows: `%appdata%/Roaming/Franz/recipes/[service folder]`. Press `Windows`+`R` to open the `Run` dialog and paste this path, for example: `%appdata%/Roaming/Franz/recipes/messenger`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you separate this into 2 cases?
1 is that user installs via Franz setup file
2 is that user installs via Chocolately or any other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants