Skip to content

Commit a6158cf

Browse files
Fix hex package files list
1 parent d9ea1b8 commit a6158cf

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

mix.exs

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,21 @@ defmodule NervesSystemEv3.MixProject do
7272

7373
defp package_files do
7474
[
75-
"LICENSE",
76-
"mix.exs",
77-
"nerves_defconfig",
78-
"README.md",
79-
"VERSION",
75+
"package",
8076
"rootfs_overlay",
81-
"fwup.conf",
77+
"Config.in",
78+
"external.mk",
8279
"fwup-revert.conf",
83-
"post-createfs.sh",
84-
"post-build.sh",
80+
"fwup.conf",
81+
"LICENSE",
8582
"linux-4.4-ev3dev.defconfig",
83+
"mix.exs",
84+
"nerves_defconfig",
8685
"nerves_logo_178x128.pbm",
87-
"ev3-busybox.config"
86+
"post-build.sh",
87+
"post-createfs.sh",
88+
"README.md",
89+
"VERSION"
8890
]
8991
end
9092

0 commit comments

Comments
 (0)