You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.