Update file executable_install-program
This commit is contained in:
parent
c035fb4b9e
commit
cd1462487c
1 changed files with 1 additions and 1 deletions
|
@ -1704,7 +1704,7 @@ async function linkBin(installOrdersBinLink) {
|
|||
} else if (binLink.preference === 'cask') {
|
||||
try {
|
||||
const caskWhen = softwarePackages[binLink.package]['_when:cask']
|
||||
const caskDir = caskWhen.replace('! test -d ', '').replace(/"/g, '')
|
||||
const caskDir = caskWhen.replace('! test -d ', '')
|
||||
if (fileExists(caskDir)) {
|
||||
runCommand(
|
||||
`Adding shortcut bin link for ${binLink.package}`,
|
||||
|
|
Loading…
Reference in a new issue