We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f66a87 commit 96ded73Copy full SHA for 96ded73
bucket/calibre.json
@@ -46,7 +46,7 @@
46
},
47
"post_install": [
48
"$calibre_path = (Join-Path -Path $dir -ChildPath 'Calibre') -replace '\\\\', '\\\\'",
49
- "Get-ChildItem -Path \"$bucketsdir\\extras\\scripts\\$app\" -Filter '*.reg' -File | ForEach-Object {",
+ "Get-ChildItem -Path \"$bucketsdir\\$bucket\\scripts\\$app\" -Filter '*.reg' -File | ForEach-Object {",
50
" $content = Get-Content -Path $_.FullName -Encoding utf8",
51
" if ($_.Name -ne 'unregister-file-associations.reg' `",
52
" -and $global) { $content = $content -replace 'HKEY_CURRENT_USER', 'HKEY_LOCAL_MACHINE' }",
0 commit comments