Skip to content

Commit

Permalink
script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
core-code committed Feb 27, 2020
1 parent 7e097e3 commit 57f6f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MailSpy/___UPDATE.command
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ if [ ! -d "$CC_APP_PATH" ] || [ ! -d "$CC_WEB_PATH" ]; then
fi


textutil -convert html "$CC_APP_PATH/MiscApps/MailSpy/MailSpy/FAQ.rtf" -output "$CC_WEB_PATH/corecode.io/mailspy/faq.html"
textutil -convert html "$CC_APP_PATH/../MiscApps/MailSpy/MailSpy/FAQ.rtf" -output "$CC_WEB_PATH/corecode.io/mailspy/faq.html"

textutil -convert html "$CC_APP_PATH/MiscApps/MailSpy/MailSpy/History.rtf" -output "$CC_WEB_PATH/corecode.io/mailspy/history.html"
textutil -convert html "$CC_APP_PATH/../MiscApps/MailSpy/MailSpy/History.rtf" -output "$CC_WEB_PATH/corecode.io/mailspy/history.html"

textutil -convert html "$CC_APP_PATH/MiscApps/MailSpy/MailSpy/Read Me.rtf" -output "$CC_WEB_PATH/corecode.io/mailspy/readme.html"
textutil -convert html "$CC_APP_PATH/../MiscApps/MailSpy/MailSpy/Read Me.rtf" -output "$CC_WEB_PATH/corecode.io/mailspy/readme.html"

websiteProcessReadMe.py "$CC_WEB_PATH/corecode.io/mailspy/readme.html"
websiteProcessIndexHTML.py "$CC_WEB_PATH/corecode.io/mailspy/readme.html" "$CC_WEB_PATH/corecode.io/mailspy/index.html"
Expand Down

0 comments on commit 57f6f6b

Please sign in to comment.