Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLCKit
Commits
e7977426
Commit
e7977426
authored
Jun 21, 2016
by
Felix Paul Kühne
Browse files
Fix TVVLCKit packaging
parent
d5192611
Changes
1
Show whitespace changes
Inline
Side-by-side
Packaging/create-dmg.sh
View file @
e7977426
...
@@ -79,25 +79,23 @@ root=`dirname $0`/../
...
@@ -79,25 +79,23 @@ root=`dirname $0`/../
DMGFOLDERNAME
=
"VLCKit - binary package"
DMGFOLDERNAME
=
"VLCKit - binary package"
DMGITEMNAME
=
"VLCKit-REPLACEWITHVERSION"
DMGITEMNAME
=
"VLCKit-REPLACEWITHVERSION"
if
[
"TV"
=
"yes"
]
;
then
if
[
"
$MOBILE
"
=
"yes"
]
;
then
if
[
"
$USEZIP
"
=
"yes"
]
;
then
DMGFOLDERNAME
=
"TVVLCKit-binary"
else
DMGFOLDERNAME
=
"TVVLCKit - binary package"
fi
DMGITEMNAME
=
"TVVLCKit-REPLACEWITHVERSION"
else
if
[
"
$MOBILE
"
=
"yes"
]
;
then
if
[
"
$USEZIP
"
=
"yes"
]
;
then
if
[
"
$USEZIP
"
=
"yes"
]
;
then
DMGFOLDERNAME
=
"MobileVLCKit-binary"
DMGFOLDERNAME
=
"MobileVLCKit-binary"
else
else
DMGFOLDERNAME
=
"MobileVLCKit - binary package"
DMGFOLDERNAME
=
"MobileVLCKit - binary package"
fi
fi
DMGITEMNAME
=
"MobileVLCKit-REPLACEWITHVERSION"
DMGITEMNAME
=
"MobileVLCKit-REPLACEWITHVERSION"
fi
if
[
"
$TV
"
=
"yes"
]
;
then
if
[
"
$USEZIP
"
=
"yes"
]
;
then
DMGFOLDERNAME
=
"TVVLCKit-binary"
else
DMGFOLDERNAME
=
"TVVLCKit - binary package"
fi
fi
DMGITEMNAME
=
"TVVLCKit-REPLACEWITHVERSION"
fi
fi
info
"checking for distributable binary package"
info
"checking for distributable binary package"
spushd
${
root
}
spushd
${
root
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment