Skip to content

Commit

Permalink
Add JDownloader
Browse files Browse the repository at this point in the history
- Closes #63
  • Loading branch information
Ash258 committed Sep 14, 2019
1 parent 40a1a1e commit 7780d18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TODO/JD.json → bucket/JDownloader.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"installer": {
"script": [
"Set-Content \"$dir\\JD.bat\" '@start javaw.exe -jar \"%~dp0\\JDownloader.jar\" %*' -Encoding ASCII",
"Set-Content \"$dir\\JDownloader.bat\" '@start javaw.exe -jar \"%~dp0\\JDownloader.jar\" %*' -Encoding ASCII",
"'cfg', 'cfg\\menus_v2', 'cfg\\laf', 'libs\\laf' | ForEach-Object {",
" New-Item \"$dir\\$_\" -ItemType Directory -Force | Out-Null",
"}",
Expand All @@ -45,11 +45,11 @@
"foreach ($cf in $cfgs.Keys) { Set-Content \"$dir\\cfg\\$cf\" (ConvertTo-Json $cfgs[$cf]) -Encoding Ascii }"
]
},
"bin": "JD.bat",
"bin": "JDdownloader.bat",
"shortcuts": [
[
"JD.bat",
"JD",
"JDdownloader.bat",
"JDdownloader 2",
"",
"icon.ico"
]
Expand Down

1 comment on commit 7780d18

@Ash258
Copy link
Owner Author

@Ash258 Ash258 commented on 7780d18 Sep 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4

Please sign in to comment.