Skip to content

Version 2.5

Compare
Choose a tag to compare
@keelanstuart keelanstuart released this 12 Jun 03:38
· 36 commits to master since this release
  • Fixes to the HTTP file transfer system and the ability to embed URLs in file source locations, allowing them to be installed from web-based locations
  • A new js function, GetFileNameFromPath, which finds the file part of a full path name and returns it as a string
  • Fixed the TextFileReadLn js function; it no longer leaves the trailing '\n'
  • Changed the output files in the project to make it easier to debug (all sfx builds go to the same file, but are deleted when sfxPackager builds successfully). Yes, they must re-link each time, but the resource compiler doesn't get confused any more with .exe files named different things / coming from different places. MS should fixed the rc preprocessor.