flamerobin icon indicating copy to clipboard operation
flamerobin copied to clipboard

Portable

Open regs01 opened this issue 3 years ago • 2 comments

Is it possible to make optional location for configuration stored in program folder. Something like named conf folder. So to use it if it exist.

regs01 avatar Oct 26 '20 21:10 regs01

You already can do it without problems! Steps: Prepare your FR folder coping everything from the installation folder:

  • code-templates
  • conf-defs
  • docs
  • html-templates
  • sys-templates
  • flamerobin.exe
  • fbclient.dll

Then, create a new folder, lets call "user" Finally, create a .bat with this content (for Windows)

./Flamerobin.exe /uh .\user /h .\

Save, run and get fun 👍

arvanus avatar Jan 27 '21 00:01 arvanus

Would be possible include an option in Flamerobin to inform the path of fblient.dll?

wanderleihuttel avatar Apr 08 '21 21:04 wanderleihuttel

already available under View->Preferences->General

arvanus avatar Oct 13 '23 14:10 arvanus