List types

This commit is contained in:
2020-01-05 22:32:07 +09:00
parent 381987475a
commit ebc870d1ed
5 changed files with 66 additions and 24 deletions
+2 -4
View File
@@ -1,5 +1,6 @@
#! /usr/bin/env escript
-mode(compile).
main(_) ->
{ok, BV} = file:read_file("zomp/etc/version.txt"),
@@ -11,11 +12,8 @@ main(_) ->
["install.escript",
"install_unix",
"uninstall_unix",
"install_windows.cmd",
"notify.vbs",
"README.md",
"README.unix",
"README.windows",
"README.install",
"LICENSE",
Tar],
{ok, Zip} = zip:create(Zip, ZipFiles),