Skip to content

Commit 0419a9e

Browse files
author
Ali
committed
Fix more
1 parent d219fa0 commit 0419a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎buildbox/build-telegram.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ elif [ "$BUILD_CONFIGURATION" == "verify" ]; then
114114
mkdir -p "$BASE_DIR/$BUILDBOX_DIR/transient-data/telegram-codesigning"
115115
mkdir -p "$BASE_DIR/$BUILDBOX_DIR/transient-data/build-configuration"
116116

117-
cp -R fake-codesigning/* "$BASE_DIR/$BUILDBOX_DIR/transient-data/telegram-codesigning/"
117+
cp -R build-system/fake-codesigning/* "$BASE_DIR/$BUILDBOX_DIR/transient-data/telegram-codesigning/"
118118
cp -R build-system/example-configuration/* "$BASE_DIR/$BUILDBOX_DIR/transient-data/build-configuration/"
119119
fi
120120

0 commit comments

Comments
 (0)