Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Set option to not overwrite existing script extender files
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerbacon committed Jan 5, 2022
1 parent 2caca74 commit 31cbca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step/install_external_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function install_files() {
for scriptextender_file in "${game_scriptextender_files[@]}"; do
scriptextender_filepath="$extracted_scriptextender/$scriptextender_file"
log_info "copying '$scriptextender_filepath' into '$game_installation'"
cp -af "$scriptextender_filepath" "$game_installation"
cp -an "$scriptextender_filepath" "$game_installation"
done
fi
}
Expand Down

0 comments on commit 31cbca8

Please sign in to comment.