Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
3.95k stars 202 forks source link

[Feature Request] Portable version? #207

Closed MagicalDrizzle closed 2 years ago

MagicalDrizzle commented 2 years ago

What feature should be added to Tachidesk?

Portable support.

Why/Project's Benefit/Existing Problem

Allows you to bring your library and settings with you anywhere.

I have tried manually setting %localappdata% before launching tachidesk, yet it still stores its configs in localappdata?

set "LOCALAPPDATA=%CD%"
jre\bin\java -Dsuwayomi.tachidesk.config.server.debugLogsEnabled=true -jar  Tachidesk.jar
Syer10 commented 2 years ago

Using -Dsuwayomi.tachidesk.config.server.rootDir= should work

MagicalDrizzle commented 2 years ago

seems to work, thank you!