diff options
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 3a7c7d7f46..1b4a5545bd 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1229,8 +1229,8 @@ class DarwinManifest(ViewerManifest): ['Rez', self.src_path_of("installers/darwin/release-dmg/Applications-alias.r"), '-o', os.path.join(volpath, "Applications")]) - # Set the alias file's alias and custom icon bits - self.run_command(['SetFile', '-a', 'AC', os.path.join(volpath, "Applications")]) + # Set the alias file's alias bit + self.run_command(['SetFile', '-a', 'A', os.path.join(volpath, "Applications")]) # Set the disk image root's custom icon bit self.run_command(['SetFile', '-a', 'C', volpath]) |