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

Using the relative path instead of the absolute path in portable mode for "content" #2101

Open
enjoying-codes opened this issue Jan 24, 2025 · 0 comments

Comments

@enjoying-codes
Copy link

enjoying-codes commented Jan 24, 2025

It tested & works to change the absolute path of "content" in portable\config file after initial indexing.

For example,

<path recursive="1">D:/GoldenDict-ng/content</path>
<hunspell dictionariesPath="D:/GoldenDict-ng/content/morphology"/>

to

<path recursive="1">./content</path>
<hunspell dictionariesPath="./content/morphology"/>

It's helpful for launching the goldendict.exe in any path in portable mode without additional setting.

@enjoying-codes enjoying-codes changed the title Using relative path instead of absolute path in portable mode for "content" Using the relative path instead of the absolute path in portable mode for "content" Jan 24, 2025
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

No branches or pull requests

1 participant