1. 01 4月, 2016 1 次提交
  2. 10 3月, 2016 1 次提交
  3. 06 3月, 2016 1 次提交
  4. 29 2月, 2016 1 次提交
  5. 25 2月, 2016 1 次提交
  6. 12 2月, 2016 2 次提交
  7. 08 2月, 2016 1 次提交
  8. 13 12月, 2015 1 次提交
  9. 02 10月, 2015 1 次提交
  10. 29 7月, 2015 1 次提交
  11. 05 6月, 2015 1 次提交
  12. 11 5月, 2015 1 次提交
  13. 29 4月, 2015 1 次提交
  14. 16 3月, 2015 1 次提交
  15. 06 3月, 2015 1 次提交
  16. 12 2月, 2015 1 次提交
  17. 03 2月, 2015 1 次提交
  18. 15 8月, 2014 1 次提交
  19. 15 6月, 2014 1 次提交
  20. 06 3月, 2014 1 次提交
  21. 23 2月, 2014 1 次提交
  22. 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
  23. 21 2月, 2014 3 次提交
  24. 19 2月, 2014 1 次提交
  25. 08 1月, 2014 1 次提交
  26. 14 12月, 2013 1 次提交
  27. 13 11月, 2013 3 次提交
  28. 12 11月, 2013 2 次提交
  29. 08 11月, 2013 1 次提交
  30. 22 10月, 2013 1 次提交
  31. 14 4月, 2013 1 次提交
  32. 14 1月, 2013 1 次提交
  33. 24 8月, 2012 1 次提交