revert sync.sh: restore cp .version and bump version to 1.1.5
This commit is contained in:
parent
d49b2b7c6d
commit
e41b12b4e5
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
1.1.4
|
1.1.5
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,7 @@ if [[ "$IS_FRAMEWORK" == "1" ]]; then
|
||||||
else
|
else
|
||||||
echo " 이후 진행: common/ 동기화"
|
echo " 이후 진행: common/ 동기화"
|
||||||
sync_common "$SRC_AO" "$DST_AO"
|
sync_common "$SRC_AO" "$DST_AO"
|
||||||
|
cp "$SRC_AO/.version" "$DST_AO/.version"
|
||||||
apply_entry_files "$SRC_AO/rules/common/rules.md" "$TARGET"
|
apply_entry_files "$SRC_AO/rules/common/rules.md" "$TARGET"
|
||||||
fi
|
fi
|
||||||
echo -e "${GREEN}✓ 완료 → $(basename "$TARGET")${RESET}"
|
echo -e "${GREEN}✓ 완료 → $(basename "$TARGET")${RESET}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue