221V 3 years ago
parent
commit
92221acc81
2 changed files with 9 additions and 7 deletions
  1. 9 0
      ebin/fs.app
  2. 0 7
      src/fs.app.src

+ 9 - 0
ebin/fs.app

@@ -0,0 +1,9 @@
+{application, fs,
+ [{description, "FS VXZ Listener"},
+  {vsn, "1.9"},
+  {registered, [fs_sup]},
+  {applications, [kernel, stdlib]},
+  {modules, [fs_app, fs_event_bridge, fs_server, fs_sup, fs, fsevents, inotifywait_win32, inotifywait, kqueue]},
+  {mod, { fs_app, []}},
+  {env, []}
+ ]}.

+ 0 - 7
src/fs.app.src

@@ -1,7 +0,0 @@
-{application, fs,
- [{description, "FS VXZ Listener"},
-  {vsn, "1.9"},
-  {registered, []},
-  {applications, [kernel,stdlib]},
-  {mod, { fs_app, []}},
-  {env, []}]}.