Skip to content

Commit 5746fce

Browse files
committed
Fix install script
ref: ScoopInstaller/Scoop#4722
1 parent de3b163 commit 5746fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bucket/keyhac.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"installer": {
1010
"script": [
1111
"$startup = shortcut_folder $global | Select-Object -ExpandProperty Path | Split-Path -Parent | Join-Path -ChildPath 'Startup'",
12-
"$current = current_dir $dir",
12+
"$current = currentdir $dir",
1313
"$cont = @(",
1414
" '$wsShell = New-Object -ComObject WScript.Shell'",
1515
" \"`$wsShell = `$wsShell.CreateShortcut('$startup\\keyhac.lnk')\"",

0 commit comments

Comments
 (0)