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