You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a portable.ini which has the following line:
portable_dir = C:\Users<user>\keypirinha
I tried to use ${var:KNOWNFOLDER_PROFILE}\keypirinha and %USERPROFILE%\keypirinha but nothing works. Could you add support for environment variables in the portable.ini?
Thanks in advance and keep up the great work!
The text was updated successfully, but these errors were encountered:
So sorry for that, it was supposed to be implemented already. It will be there in next release.
Note that portable.ini is loaded quite early in the init process so only the conventional notation will be supported (e.g. %USERPROFILE%). This will be documented.
Hi,
I got a portable.ini which has the following line:
portable_dir = C:\Users<user>\keypirinha
I tried to use ${var:KNOWNFOLDER_PROFILE}\keypirinha and %USERPROFILE%\keypirinha but nothing works. Could you add support for environment variables in the portable.ini?
Thanks in advance and keep up the great work!
The text was updated successfully, but these errors were encountered: