diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,3 +42,6 @@ cd ../ rm -r ./build_temp # change the zip file to a xpi file that can be uploaded mv librejs.zip librejs.xpi + +cp native-apps/librejs.json $HOME/.mozilla/native-messaging-hosts/ +cp native-apps/librejs-logger.py /tmp/ |