Hi all,


I want to set dpi aware, during built the program using cx_freeze. Is there
any way to set it in setup file?


In other way-


I find assembly manifest for setting the dpi aware.


<?xml version='1.0' encoding='utf-8' standalone='yes'?>

<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>

  <asmv3:application

           xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">

    <asmv3:windowsSettings

      xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings";>

      <dpiAware>true</dpiAware>

    </asmv3:windowsSettings>

  </asmv3:application>

</assembly>



But how I will add an additional manifest file while build the program
using cx_freeze?



Thanks !



Regards,

Lalit
------------------------------------------------------------------------------
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to