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

dbeaver/dbeaver#28259 Portable DBeaver product distribution #29935

Merged
merged 5 commits into from May 13, 2024

Conversation

serjiokov
Copy link
Contributor

Fix for identify install location and configuration location

Fix for identify install location and configuration location
@serjiokov serjiokov linked an issue May 7, 2024 that may be closed by this pull request
@serjiokov serjiokov marked this pull request as ready for review May 8, 2024 07:12
@serjiokov
Copy link
Contributor Author

serjiokov commented May 8, 2024

Require to test:
case 1: If the product is installed in a public location (where the access rights is enough to create files/folder), the configuration will be in the same folder as the installation (unpacked)
case 2: if the product is installed in a system location C:/Program Files/... or other restricted user area, the configuration will be in a common location
~/user/APP_DATA - WinOS
~/Library - MacOS
~/.local/share - Unix

@DariaMarkaryan
Copy link
Member

Verified

@serge-rider serge-rider merged commit 177dc0e into devel May 13, 2024
3 of 4 checks passed
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.

before 24.0 it was portable
3 participants