blob: b174b3570a2bf4854c11d021d4523db931449a59 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/bash
#
# The first argument contains the path to the installer app. The second a path
# to a marker file which should be created if the installer fails.q
#
open ../Resources/mac-updater.app --args -dmg "$1" -name "Second Life Viewer 2" -marker "$2"
exit 0
|