mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 22:14:32 +00:00
Unify the output name to match the README file description.
Fix the dynamic page example to compile the additional resource. Change-Id: I62a641f05c4ac76649951695ea5c2d03a390ee8d Reviewed-by: Niels Weber <niels.weber@digia.com>
This commit is contained in:
parent
fbc4236577
commit
bf84d5675d
@ -1,6 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
|
@ -1,11 +1,11 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
example.output = $$INSTALLER
|
||||
example.commands = ../../bin/binarycreator -c $$PWD/config/config.xml -p $$PWD/packages ${QMAKE_FILE_OUT}
|
||||
example.commands = ../../bin/binarycreator -c $$PWD/config/config.xml -r $$PWD/resources/additional.qrc -p $$PWD/packages ${QMAKE_FILE_OUT}
|
||||
example.CONFIG += target_predeps no_link combine
|
||||
|
||||
QMAKE_EXTRA_COMPILERS += example
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
|
@ -2,5 +2,5 @@ Shows how to quit an installer from script side.
|
||||
|
||||
Generate installer with
|
||||
|
||||
binarycreator --offline-only -c config/config.xml -p packages ask_to_quit_installer
|
||||
binarycreator --offline-only -c config/config.xml -p packages installer
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
|
@ -2,5 +2,5 @@ Shows how to add an entry to the Windows start menu.
|
||||
|
||||
Generate installer with
|
||||
|
||||
binarycreator --offline-only -c config/config.xml -p packages start_menu_installer
|
||||
binarycreator --offline-only -c config/config.xml -p packages installer
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
INSTALLER = offline
|
||||
INSTALLER = installer
|
||||
|
||||
INPUT = $$PWD/config/config.xml $$PWD/packages
|
||||
example.input = INPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user