1. 03 2月, 2015 1 次提交
  2. 15 8月, 2014 1 次提交
  3. 15 6月, 2014 1 次提交
  4. 06 3月, 2014 1 次提交
  5. 23 2月, 2014 1 次提交
  6. 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
  7. 21 2月, 2014 3 次提交
  8. 19 2月, 2014 1 次提交
  9. 08 1月, 2014 1 次提交
  10. 14 12月, 2013 1 次提交
  11. 13 11月, 2013 3 次提交
  12. 12 11月, 2013 2 次提交
  13. 08 11月, 2013 1 次提交
  14. 22 10月, 2013 1 次提交
  15. 14 4月, 2013 1 次提交
  16. 14 1月, 2013 1 次提交
  17. 24 8月, 2012 1 次提交
  18. 19 8月, 2012 1 次提交
  19. 09 8月, 2012 1 次提交
  20. 28 4月, 2012 1 次提交
  21. 13 4月, 2012 2 次提交
  22. 09 9月, 2011 1 次提交
  23. 05 4月, 2011 2 次提交
  24. 11 11月, 2010 2 次提交
  25. 09 11月, 2010 3 次提交