Skip to content

Commit

Permalink
fix issue with windows file ext
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTap committed May 14, 2024
1 parent 1623de0 commit b223d42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ abstract class ResolveWast2JsonTask : DefaultTask() {
fs.copy {
from(existingLocation)
into(outputFile.get().asFile.parentFile)
rename{ "wast2json" }
}
}

Expand Down

0 comments on commit b223d42

Please sign in to comment.