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
On Windows OS there is a workaround - you can make whole settings directory portable using argument --user-settings-dir "%CD%\settings" in the link to .bat file.
Thus in the Target of your link you will get something like this: "C:\...\squirrelsql\squirrel-sql.bat" --user-settings-dir "%CD%\settings"
But it would be great to see an official option in settings.
The text was updated successfully, but these errors were encountered:
On Windows OS there is a workaround - you can make whole settings directory portable using argument
--user-settings-dir "%CD%\settings"
in the link to .bat file.Thus in the
Target
of your link you will get something like this:"C:\...\squirrelsql\squirrel-sql.bat" --user-settings-dir "%CD%\settings"
But it would be great to see an official option in settings.
The text was updated successfully, but these errors were encountered: