Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4000, handle arch-specific env_add_path #4013

Merged
merged 8 commits into from
Nov 1, 2021
Merged
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