1. 22 2月, 2014 2 次提交
    • M
      .spec files also · 8b4090be
      Metallicow 提交于
      8b4090be
    • M
      PyInstaller .manifest · 2a36f443
      Metallicow 提交于
      # PyInstaller
      #  Usually these files are written by a python script from a template
      #  before PyInstaller builds the exe, so as to inject date/other infos
      into it.
      *.exe.manifest
      *.manifest
      
      Example template
      ```
      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
      manifestVersion="1.0">
      <assemblyIdentity
      type="win32"
      name="SourceCoder"
      version="14.2.22.0"
      processorArchitecture="x86"
      />
      <description>Description</description>
      <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
      <security>
      <requestedPrivileges>
      <requestedExecutionLevel level="asInvoker" uiAccess="false" />
      </requestedPrivileges>
      </security>
      </trustInfo>
      <dependency>
      <dependentAssembly>
      <assemblyIdentity
      type="win32"
      name="Microsoft.Windows.Common-Controls"
      version="6.0.0.0"
      processorArchitecture="x86"
      publicKeyToken="6595b64144ccf1df"
      language="*"
      />
      </dependentAssembly>
      </dependency>
      <dependency>
      <dependentAssembly>
      <assemblyIdentity
      type="win32"
      name="Microsoft.VC90.CRT"
      version="9.0.21022.8"
      processorArchitecture="x86"
      publicKeyToken="1fc8b3b9a1e18e3b"
      />
      </dependentAssembly>
      </dependency>
      </assembly>
      ```
      2a36f443
  2. 19 2月, 2014 3 次提交
  3. 18 2月, 2014 3 次提交
  4. 14 2月, 2014 1 次提交
  5. 13 2月, 2014 6 次提交
  6. 12 2月, 2014 5 次提交
  7. 11 2月, 2014 1 次提交
  8. 10 2月, 2014 1 次提交
  9. 07 2月, 2014 9 次提交
  10. 06 2月, 2014 1 次提交
  11. 05 2月, 2014 1 次提交
  12. 04 2月, 2014 2 次提交
  13. 01 2月, 2014 1 次提交
  14. 31 1月, 2014 4 次提交