mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-14 22:35:51 +00:00
fix building
This commit is contained in:
@ -6,7 +6,7 @@ func_help() {
|
||||
echo -e " -n --newver - new version"
|
||||
echo -e "\nAdditional parametrs:"
|
||||
echo -e " -h --help - show this help and exit"
|
||||
exit 1
|
||||
exit 0
|
||||
}
|
||||
|
||||
until [ -z $1 ]; do
|
||||
@ -46,6 +46,10 @@ for COMPONENT in ${COMPONENTS[*]}; do
|
||||
sed -i "s/Version: $OLDVER/Version: $NEWVER/g" $COMPONENT/README
|
||||
done
|
||||
|
||||
COMPONENT=mm
|
||||
# readme
|
||||
sed -i "s/Version: $OLDVER/Version: $NEWVER/g" $COMPONENT/README
|
||||
|
||||
COMPONENT=mathmech
|
||||
# about window
|
||||
sed -i "s/$OLDVER/$NEWVER/g" $COMPONENT/resources/translations/eng.ts
|
||||
|
Reference in New Issue
Block a user