Skip to content

Commit

Permalink
fix(android): remove duplicate caf
Browse files Browse the repository at this point in the history
  • Loading branch information
seavan committed Feb 16, 2017
1 parent 1998cd3 commit c1271e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy-android-resources.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

mkdir -p android/app/src/main/res/raw
cp -r app/sounds/* android/app/src/main/res/raw
cp -r app/sounds/*.mp3 android/app/src/main/res/raw

0 comments on commit c1271e1

Please sign in to comment.