Skip to content

Commit

Permalink
[ADD] Latest signed firefox extension
Browse files Browse the repository at this point in the history
  • Loading branch information
flashphoner committed Mar 2, 2016
1 parent 3504f90 commit 3f0687d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.sh
Expand Up @@ -29,4 +29,6 @@ cp client/src/dependencies/rtmp_player/player.swf output/dependencies/swf
mkdir output/dependencies/flash
cp client/src/dependencies/flash/asdoc output/dependencies/flash -R
cp client/src/dependencies/flash/MediaManager.swf output/dependencies/flash
mkdir -p output/dependencies/screen-sharing/firefox-extension
cp client/src/dependencies/screen-sharing/firefox-extension/*.xpi output/dependencies/screen-sharing/firefox-extension
echo "FINISH"
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions client/src/examples/min/screen-sharing/Screen-sharing.js
Expand Up @@ -135,9 +135,9 @@ function installExtension() {
chrome.webstore.install();
} else if (f.isFF()) {
var params = {
"Flashphoner Screen Sharing": { URL: "../../../dependencies/screen-sharing/firefox-extension/flashphoner_screen_sharing-0.0.1-fx+an.xpi",
"Flashphoner Screen Sharing": { URL: "../../../dependencies/screen-sharing/firefox-extension/flashphoner_screen_sharing-0.0.3-fx+an.xpi",
IconURL: "../../../dependencies/screen-sharing/firefox-extension/icon.png",
Hash: "sha1:d5c83441652e01dcf5e1752da286131cd5702816",
Hash: "sha1:e9f7df0e73ddb61b362eb63a6d7d1be2f3a5c262",
toString: function () { return this.URL; }
}
};
Expand Down

0 comments on commit 3f0687d

Please sign in to comment.