mirror of
https://github.com/microsoft/plcrashreporter.git
synced 2026-01-18 04:01:18 +01:00
[Xcode] Fix configuration "CrashReporter Archive" (#188)
This commit is contained in:
@@ -14,7 +14,7 @@ mkdir -p "$TEMP_PATH_TO_ARCH"
|
||||
|
||||
# Copy required files
|
||||
cp "$PROJECT_DIR/LICENSE" "$TEMP_PATH_TO_ARCH/LICENSE.txt"
|
||||
cp -R "../Documentation" "$TEMP_PATH_TO_ARCH"
|
||||
cp -R "$PROJECT_DIR/Documentation" "$TEMP_PATH_TO_ARCH"
|
||||
(cd "$TEMP_PATH_TO_ARCH" && ln -sf "Documentation/index.html" "API Documentation.html")
|
||||
cp -R "${@:2}" "$TEMP_PATH_TO_ARCH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user