mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
Merge pull request #131 from mCaptcha/fix-upload-config-file
fix: publish config file in tarball
This commit is contained in:
@@ -44,6 +44,7 @@ copy() {
|
|||||||
mkdir $TARGET_DIR/docs
|
mkdir $TARGET_DIR/docs
|
||||||
cp docs/DEPLOYMENT.md $TARGET_DIR/docs
|
cp docs/DEPLOYMENT.md $TARGET_DIR/docs
|
||||||
cp docs/CONFIGURATION.md $TARGET_DIR/docs
|
cp docs/CONFIGURATION.md $TARGET_DIR/docs
|
||||||
|
cp config/default.toml $TARGET_DIR/config.toml
|
||||||
|
|
||||||
get_bin
|
get_bin
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user