diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-07-26 10:42:13 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-07-26 10:42:13 -0400 |
commit | a207b24d331539e16bd66ca09df3c585529c99f0 (patch) | |
tree | 89a6eb69ce3a26b9e534c24bf65fe398970729b2 /indra/newview/llnavigationbar.h | |
parent | 10c8fbbedbee07355f71ef206c50957a422d7ccf (diff) |
CHOP-955: Include app_settings/settings_install.xml in file_list.
viewer_manifest.py uses its base-class llmanifest.LLManifest.put_in_file()
method to create several different files in the install image being
marshalled. I based the logic to create settings_install.xml on that example.
Unfortunately I failed to notice that after every existing call, the script
also explicitly appended the newly-created file to self.file_list... which
only matters on Windows. file_list is fed to the NSIS installer.
Change put_in_file() method to implicitly append to self.file_list.
Change every existing viewer_manifest.py call to pass new put_in_file(src=)
param instead of explicitly appending to self.file_list.
Diffstat (limited to 'indra/newview/llnavigationbar.h')
0 files changed, 0 insertions, 0 deletions