Function pyoxidizerlib::project_layout::write_application_manifest[][src]

pub fn write_application_manifest(
    project_dir: &Path,
    program_name: &str
) -> Result<()>

Write an application manifest and corresponding resource file.

This is used on Windows to allow the built executable to use long paths.

Windows 10 version 1607 and above enable long paths by default. So we might be able to remove this someday. It isn’t clear if you get long paths support if using that version of the Windows SDK or if you have to be running on a modern Windows version as well.