Add markdown file's generation to Windows images (#934)

* Add windows doc generator

* Minor fix

* Fix pypy arch

* Minor fix

* Minor fix

* Resolve comments

* Minor fix

* Add 7zip version

* Add haskell section

* Add stack version

* Fix MinGW

* Fix paths

* Fix haskell section

* Minor fix

* Add android ndk version
This commit is contained in:
Vladimir Safonkin
2020-06-02 09:32:23 +03:00
committed by GitHub
parent 5c334052e7
commit 804922a1e2
10 changed files with 1108 additions and 0 deletions
+11
View File
@@ -80,6 +80,11 @@
"source": "{{ template_dir }}/scripts/ImageHelpers",
"destination": "{{user `helper_script_folder`}}"
},
{
"type": "file",
"source": "{{ template_dir }}/scripts/SoftwareReport",
"destination": "{{user `image_folder`}}"
},
{
"type": "windows-shell",
"inline": [
@@ -975,6 +980,12 @@
"{{ template_dir }}/scripts/Installers/Validate-DiskSpace.ps1"
]
},
{
"type": "powershell",
"inline": [
"pwsh -File '{{user `image_folder`}}\\SoftwareReport\\SoftwareReport.Generator.ps1'"
]
},
{
"type": "file",
"source": "C:\\InstalledSoftware.md",