diff options
Diffstat (limited to 'bin/createpackage.pl')
-rwxr-xr-x | bin/createpackage.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/createpackage.pl b/bin/createpackage.pl index 7e87758..fe141d7 100755 --- a/bin/createpackage.pl +++ b/bin/createpackage.pl @@ -85,10 +85,10 @@ Where parameters are as follows: passphrase = The certificate's private key file's passphrase Example: - createpackage.pl fluidlauncher_template.pkg release-armv5 + createpackage.pl fluidlauncher_template.pkg release-armv6 Example with certfile: - createpackage.pl -c=mycerts.txt fluidlauncher_template.pkg release-armv5 + createpackage.pl -c=mycerts.txt fluidlauncher_template.pkg release-armv6 Content of 'mycerts.txt' must be something like this: # This is comment line, also the empty lines are ignored |