Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hardcoded KA Lite version at mac OS X installer. #448

Conversation

mrpau-richard
Copy link
Contributor

Summary

This will fix the hardcoded KA Lite version at the .pkg installer.

Issues addressed

Fixes #426

osx/build.sh Outdated
echo "Updating KA Lite installer version"
KA_LITE_VERSION="$(kalite --version)"
DOCS_PATH="$SCRIPTPATH/KA-Lite-Packages/docs"
sed -i '' "13s/0.17.0/$KA_LITE_VERSION/g" "$DOCS_PATH/INTRODUCTION.rst.rtfd/TXT.rtf"

This comment was marked as spam.

osx/build.sh Outdated
sed -i '' "13s/0.17.0/$KA_LITE_VERSION/g" "$DOCS_PATH/INTRODUCTION.rst.rtfd/TXT.rtf"
sed -i '' "12s/0.17.0/$KA_LITE_VERSION/g" "$DOCS_PATH/SUMMARY.rtfd/TXT.rtf"
sed -i '' "12s/0.17.0/$KA_LITE_VERSION/g" "$DOCS_PATH/README.rst.rtf"
if [ $? -ne 0 ]; then

This comment was marked as spam.

Copy link
Contributor

@benjaoming benjaoming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two comments here, but great to get this fixed and avoid future mixups :)

@mrpau-richard
Copy link
Contributor Author

@benjaoming Thanks for reviewing this. I've done fixing all your comments.

@mrpau-richard mrpau-richard reopened this Apr 27, 2017
@benjaoming benjaoming merged commit 4f7d79f into learningequality:develop Apr 27, 2017
@mrpau-richard mrpau-richard deleted the hotfix/426-osx-installer-claims-its-0.16.0-not-0.16.9 branch May 31, 2017 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants