Skip to content

Commit

Permalink
Merge pull request #376 from eric-poitras/fix-248
Browse files Browse the repository at this point in the history
fix(248): Shading randomly fails.
  • Loading branch information
eed3si9n authored Jul 5, 2019
2 parents 0017454 + 67ef146 commit 21cbd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/sbtassembly/Shader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ private[sbtassembly] object Shader {
entry.data = IO.readBytes(f._1)
entry.name = f._2
entry.time = -1
entry.skipTransform = false
IO.delete(f._1)
if (proc.process(entry)) {
IO.write(dir / entry.name, entry.data)
Expand Down

0 comments on commit 21cbd87

Please sign in to comment.