Skip to content

Commit

Permalink
forgot to change UUID in ppost.js
Browse files Browse the repository at this point in the history
easy make.bat file created
  • Loading branch information
jonasbits committed Feb 19, 2014
1 parent 0ea4876 commit 3aa6af5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/ppost.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var gStampTypes={ UNKNOWN:0,
*/
function getJarPath(){
try{
var eid = "{3748ced8-ae28-48ac-a954-4bff3360f72c}";
var eid = "{3748ced8-ae28-48ac-a954-4bff3360f72d}";
/**var ext = Components.classes["@mozilla.org/extensions/manager;1"]
.getService(Components.interfaces.nsIExtensionManager)
.getInstallLocation(eid)
Expand Down
13 changes: 13 additions & 0 deletions make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off
cls
if x%1==x--clean goto clean
goto build
echo not possible

:clean
del *.zip *.xpi
echo zip and xpi files removed

:build
"c:\Program Files\7-Zip\7z.exe" u -tzip ppost.zip -r * -x@listfile.txt
copy /Y ppost.zip ppost.xpi

0 comments on commit 3aa6af5

Please sign in to comment.