- Add support for both 32-bit and 64-bit externals.
- Fix packaging on Windows when app is on network share. Works around the issue of
rename
not working on a network share. - Filter out
.DS_Store
files when copying files. This would cause an error on Windows. - Hide the console when packaging. It was showing up on Windows.
- Fix wording in error messages when copying files.
The architecture key
The architecture
key is now supported for externals. This allows a project or helper to include both 32-bit and 64-bit externals on Windows.
Example:
externals:
windows:
- filename: blur-x86.dll
name: blur
architecture: 32
- filename: blur-x64.dll
name: blur
architecture: 64