Skip to content

Commit

Permalink
Reset: Re-create shortcuts (fixes #1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesampson committed Mar 27, 2017
1 parent b92d6c8 commit 6e5b7e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libexec/scoop-reset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ param($app)
. "$psscriptroot\..\lib\install.ps1"
. "$psscriptroot\..\lib\versions.ps1"
. "$psscriptroot\..\lib\config.ps1"
. "$psscriptroot\..\lib\shortcuts.ps1"

reset_aliases

Expand All @@ -29,5 +30,6 @@ $architecture = $install.architecture

$dir = link_current $dir
create_shims $manifest $dir $false $architecture
create_startmenu_shortcuts $manifest $dir $false
env_add_path $manifest $dir
env_set $manifest $dir

0 comments on commit 6e5b7e5

Please sign in to comment.