Skip to content

Releases: ewd3v/lune_darklua_build

v0.2.2

11 Nov 18:42
1b9fd90

Choose a tag to compare

Changed

  • The temporary build dir is now by default located in the cwd instead of the OS's temp directory (fixes issue with darklua not processing?)

Fixed

  • Specifying a darklua config now actually uses that file inside of the build directory instead of the source directory.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Nov 15:02
e5ac7f1

Choose a tag to compare

Fixed

  • Empty path objects passed to cwd no longer cause issues

v0.2.0

03 Nov 17:24
d7c5c03

Choose a tag to compare

Changed

  • Updated to Lune v0.10.4
  • Updated dependencies
  • Now available as a binary package instead of as a script package

Fixed

  • cwd option not working from the library when sent as a path object

Full Changelog: v0.1.2...v0.2.0

v0.1.2

25 Aug 20:35
81970a1

Choose a tag to compare

Changelog

Changed

  • Stop depending on stderr to detect error with scripts (#6)

Fixed

  • Fix getting cwd option (#5)