Add uninstall script; fix typos

This commit is contained in:
2019-12-16 16:58:33 +09:00
parent ec39a1b1e9
commit 16549b5d0b
57 changed files with 42 additions and 29 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ os_cmd(Command) ->
zomp_dir({unix, _}) ->
Home = os:getenv("HOME"),
filename:join(Home, ".zomp");
filename:join(Home, "zomp");
zomp_dir({win32, _}) ->
Path = os:getenv("LOCALAPPDATA"),
filename:join(Path, "zomp");