1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-22 07:00:54 +00:00

Skip duplicates without prompting

Any file we want to keep has a unique name based on its contents.
This commit is contained in:
AnyOldName3 2025-12-24 11:53:40 +00:00
parent c23d8f64bc
commit fe9f0bbb46

View file

@ -625,7 +625,7 @@ macOS15_Xcode16_arm64:
- ./aws/install
- popd
- aws --version
- unzip -d sym_store '*sym_store.zip'
- unzip -n -d sym_store '*sym_store.zip'
- shopt -s globstar
- |
for file in sym_store/**/*.exe; do