Skip to content

Commit

Permalink
utools: fix post_install
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 5, 2024
1 parent a32cffb commit aa7aebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/utools.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extract_dir": "$PLUGINSDIR",
"extract_to": "PLUGINSDIR",
"post_install": "rm $original_dir/PLUGINSDIR -recurse",
"post_install": "Remove-Item -RECURSE $original_dir/PLUGINSDIR",
"shortcuts": [
[
"utools\\uTools.exe",
Expand Down

0 comments on commit aa7aebb

Please sign in to comment.