fman icon indicating copy to clipboard operation
fman copied to clipboard

Portable (zipped) version of fman

Open mherrmann opened this issue 7 years ago • 2 comments

The settings files should be in the "installation" directory, so the version is truly portable.

mherrmann avatar Mar 21 '17 14:03 mherrmann

Temporary workaround for Windows

@echo off
setlocal

pushd "%~dp0..\fman"
set FMAN_HOME=%CD%
set APPDATA=%FMAN_HOME%\Profile
popd

"%FMAN_HOME%\fman.exe" %*

vovcacik avatar Jul 03 '17 18:07 vovcacik

good to have a portable version as a zip file. https://github.com/lukesampson/scoop-extras/pull/3547#issuecomment-581058559 https://github.com/TheRandomLabs/scoop-nonportable/pull/103

ma3yta avatar Feb 01 '20 19:02 ma3yta