Skip to content

Commit

Permalink
Fix ScoopInstaller#4000, handle arch-specific env_add_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sinloss authored Jun 8, 2020
1 parent 96de9c1 commit 3188115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/scoop-reset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $apps | ForEach-Object {
$dir = link_current $dir
create_shims $manifest $dir $global $architecture
create_startmenu_shortcuts $manifest $dir $global $architecture
env_add_path $manifest $dir
env_add_path $manifest $dir $global $architecture
env_set $manifest $dir $global
# unlink all potential old link before re-persisting
unlink_persist_data $original_dir
Expand Down

0 comments on commit 3188115

Please sign in to comment.