2013-01-14 17:38:25 +04:00
|
|
|
all:
|
2013-01-14 18:01:42 +04:00
|
|
|
rm ../static/webrtc.xpi
|
2013-02-04 15:10:31 +04:00
|
|
|
zip ../static/webrtc.xpi bootstrap.js options.xul chrome.manifest install.rdf \
|
2013-01-14 18:01:42 +04:00
|
|
|
styles/*.css
|
|
|
|
@echo "Did you remember to update the version in install.rdf?"
|
|
|
|
@echo "Don't forget to update ../static/update.rdf!"
|
|
|
|
@echo "sha256 sum is:"
|
|
|
|
shasum -a 256 ../static/webrtc.xpi
|