Skip to content

Commit

Permalink
Closed #6: Change asset URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yllan committed Aug 5, 2014
1 parent 3aacc70 commit c7ac403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/MoedictionaryBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ object MoedictionaryBuild extends Build {
if (! new File("development.sqlite3").exists) fetchSourceDatabase(s)

okay("Fetching the latest sym.txt",
"curl -O https://raw.github.com/g0v/moedict-epub/master/sym.txt",
"curl -O https://raw.githubusercontent.com/g0v/moedict-epub/master/sym.txt",
s)

okay("Clean old unicode database",
"rm -f dict-revised.unicode.sqlite3",
s)

okay("Apply the patch",
"curl https://raw.github.com/g0v/moedict-epub/master/db2unicode.pl" #| "perl" #| "sqlite3 dict-revised.unicode.sqlite3",
"curl https://raw.githubusercontent.com/g0v/moedict-epub/master/db2unicode.pl" #| "perl" #| "sqlite3 dict-revised.unicode.sqlite3",
s)

okay("Clean up",
Expand Down

0 comments on commit c7ac403

Please sign in to comment.