List types
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user