I tried to build for Windows with the packager and it gives an error at the end of the build: "error creating folder /Externals". Oddly enough, when I look in the windows build folder there is an /Externals folder that was created and it even contains the externals I selected for inclusion. And I can run it successfully in Windows. So the error seems bogus but is disrupting the packager flow.
I tried to build for Windows with the packager and it gives an error at the end of the build: "error creating folder /Externals". Oddly enough, when I look in the windows build folder there is an
/Externals
folder that was created and it even contains the externals I selected for inclusion. And I can run it successfully in Windows. So the error seems bogus but is disrupting the packager flow.Follow the wiki instructions to create a new project from master.
Open
standalone.livecode
in a new instance of Livecode.In Standalone Application Settings accept defaults except uncheck Mac and Linux so we are only building for Windows.
In message box, run
levurePackageApplication "beta"
. The build fails to complete and gives the error: "can't rename file".After dismissing the error, the build appears to be done successfully. This happens whether or not any inclusions are selected in Standalone Settings.