Use latest makexpi
This commit is contained in:
parent
17526f7940
commit
d06d5b5668
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "buildscript"]
|
||||
path = buildscript
|
||||
url = https://github.com/piroor/makexpi.git
|
||||
[submodule "makexpi"]
|
||||
path = makexpi
|
||||
url = https://github.com/piroor/makexpi.git
|
||||
|
16
Makefile
16
Makefile
@ -1,11 +1,17 @@
|
||||
PACKAGE_NAME = treestyletab
|
||||
|
||||
.PHONY: all xpi signed clean
|
||||
|
||||
all: xpi
|
||||
|
||||
xpi: buildscript/makexpi.sh
|
||||
cp buildscript/makexpi.sh ./
|
||||
./makexpi.sh -n $(PACKAGE_NAME) -o
|
||||
rm ./makexpi.sh
|
||||
xpi: makexpi/makexpi.sh
|
||||
makexpi/makexpi.sh -n $(PACKAGE_NAME) -o
|
||||
|
||||
buildscript/makexpi.sh:
|
||||
makexpi/makexpi.sh:
|
||||
git submodule update --init
|
||||
|
||||
signed: xpi
|
||||
makexpi/sign_xpi.sh -k $(JWT_KEY) -s $(JWT_SECRET) -p ./$(PACKAGE_NAME)_noupdate.xpi
|
||||
|
||||
clean:
|
||||
rm $(PACKAGE_NAME).xpi $(PACKAGE_NAME)_noupdate.xpi sha1hash.txt
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 950375c3414066db2ff48e45cf681c79e1085d90
|
2
make.sh
2
make.sh
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp buildscript/makexpi.sh ./
|
||||
cp makexpi/makexpi.sh ./
|
||||
./makexpi.sh -n treestyletab -o
|
||||
rm ./makexpi.sh
|
||||
|
||||
|
1
makexpi
Submodule
1
makexpi
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5be67b8e7286e5f90efade2b3186e7683c3f9afe
|
Loading…
Reference in New Issue
Block a user