Skip to content

Instantly share code, notes, and snippets.

@TheEnigmaBlade
Last active August 29, 2015 14:01
Show Gist options
  • Save TheEnigmaBlade/fb4a91e92b03d182b51a to your computer and use it in GitHub Desktop.
Save TheEnigmaBlade/fb4a91e92b03d182b51a to your computer and use it in GitHub Desktop.
Firefox addon compilation automation
@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