Christopher Allen Lane def8985dcd fix: Windows support
Fix an issue whereby the installer installed cheatsheets into the wrong
directory on Windows. This occurred because previously `path.Join` was
used where `path/filepath.Join` should have been used.

This matters, because the former always uses `/` as the path separator,
whereas the latter will use `/` or `\` as is appropriate for the
runtime environment.

This should resolve bullet point 4 in #665.
2022-07-04 16:55:57 -04:00
..
2019-11-23 13:47:08 -05:00
2022-07-04 16:55:57 -04:00
2022-07-04 16:06:37 -04:00
2020-01-29 14:08:03 -05:00
2020-01-29 14:08:03 -05:00
2021-10-09 11:27:38 -04:00
2022-07-04 16:55:57 -04:00
2019-10-20 10:02:28 -04:00