Last active
August 29, 2015 14:01
-
-
Save TheEnigmaBlade/fb4a91e92b03d182b51a to your computer and use it in GitHub Desktop.
Firefox addon compilation automation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo Activating SDK... | |
call addon-sdk\bin\activate.bat | |
echo. | |
echo Building extension... | |
call cfx xpi | |
echo. | |
echo Installing into Firefox (response is always 500)... | |
wget --post-file=reddit_mod_tb.xpi http://localhost:8888/ | |
echo. | |
echo Done! | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment