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
Hi there
I am doing some external automation of settings files in a portable version here
... \Programs\FlowSearch\app-1.18.0\UserData
Is there a way to query the version with a variable or something from the registry in windows so I don't have to manually update paths on each version?
Also it works on exe as well and there is a Flow.Launcher.exe at the top-level directory which you can query. (Get-Item ".\Flow.Launcher.exe").VersionInfo
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi there
I am doing some external automation of settings files in a portable version here
... \Programs\FlowSearch\app-1.18.0\UserData
Is there a way to query the version with a variable or something from the registry in windows so I don't have to manually update paths on each version?
Thanks
A
All reactions