typo fix
This commit is contained in:
parent
060a747d62
commit
8bef4693ec
|
|
@ -1,4 +1,5 @@
|
||||||
*.pkg
|
*.pkg
|
||||||
test/
|
test/
|
||||||
key.private
|
key.private
|
||||||
key.pub
|
key.pub
|
||||||
|
key.private_sig
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
# we do not care about animation
|
# we do not care about animation
|
||||||
|
|
||||||
# params
|
# params
|
||||||
INDIR=$1 # inputer folder
|
INDIR=$1 # input folder
|
||||||
TMPDIR=$INDIR
|
TMPDIR=$INDIR
|
||||||
PKGFILE=$1/repacked.pkg # output pkg file
|
PKGFILE=$1/repacked.pkg # output pkg file
|
||||||
SHA256KEY="./key.pub"
|
SHA256KEY="./key.pub"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue