Skip to content

Commit

Permalink
Add WindowsISODownloader (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Aug 30, 2018
1 parent 2e49dce commit b811db0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"label": "Check version and update (Actual)",
"type": "shell",
"command": ".\\bin\\checkver.ps1 ${fileBasenameNoExtension} ${fileDirname} -u",
"command": ".\\bin\\checkver.ps1 ${fileBasenameNoExtension} \"${fileDirname}\" -u",
"presentation": {
"echo": true,
"reveal": "silent",
Expand All @@ -34,7 +34,7 @@
{
"label": "Check version and force update (Actual)",
"type": "shell",
"command": ".\\bin\\checkver.ps1 ${fileBasenameNoExtension} ${fileDirname} -f",
"command": ".\\bin\\checkver.ps1 ${fileBasenameNoExtension} \"${fileDirname}\" -f",
"presentation": {
"echo": true,
"reveal": "silent",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
| [Visual Paradigm Enterprise Edition **(VisualParadigmEE)**](./VisualParadigmEE.json) ||| ✔ (✔) |
| [Wavebox **(Wavebox)**](./Wavebox.json) ||| ✔ (✔) |
| [WinAIO Maker Professional **(WinAIO)**](./WinAIO.json) ||| ❌ (⛔) |
| [Windows ISO Downlaoder **(WindowsISODownloader)**](./WindowsISODownloader.json) ||| ✔ (⛔) |
| [Winrar **(Winrar)**](./Winrar.json) ||| ✔ (⛔) |
| [Winrar CZ **(Winrar-cz)**](./Winrar-cz.json) ||| ✔ (⛔) |

Expand Down
4 changes: 2 additions & 2 deletions TODO/WindowsISODownloader.json → WindowsISODownloader.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": {
"identifier": "Freeware"
},
"url": "https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe#/WinISODl",
"url": "https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe#/WinISODl.exe",
"hash": "5171ffc0039601dc49cfac5a55794aae8a83ac22cab73b02d59efd0681c76c12",
"shortcuts": [
[
Expand All @@ -18,6 +18,6 @@
"re": "<p>\\s+<strong>\\s*Version ([\\d+\\.]+) \\(\\d+ \\w+ \\d{4}\\):"
},
"autoupdate": {
"url": "https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe#/WinISODl"
"url": "https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe#/WinISODl.exe"
}
}

0 comments on commit b811db0

Please sign in to comment.