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
When using this plugin on my Mac nothing happened. I suspect this is related to using \\ for the path separators. Since Java can work seamlessly across multiple platforms you'll want to use the universal / separator and let Java handle migrating to \\ for windows support.
When using this plugin on my Mac nothing happened. I suspect this is related to using
\\
for the path separators. Since Java can work seamlessly across multiple platforms you'll want to use the universal/
separator and let Java handle migrating to\\
for windows support.https://github.com/MarbleTurtle/FriendsExporter/blob/master/src/main/java/com/FriendsExporter/FriendsExporterPlugin.java#L136
The text was updated successfully, but these errors were encountered: