Support app names with white spaces

This commit is contained in:
Sander van der Burg 2014-08-04 11:23:25 +02:00
parent fde5b8488b
commit bffdf03e4f

View file

@ -94,7 +94,7 @@ stdenv.mkDerivation {
${stdenv.lib.optionalString enableWirelessDistribution ''
appname=$(basename $out/*.ipa .ipa)
sed -e "s|@INSTALL_URL@|${installURL}?bundleId=${bundleId}\&version=${version}\&title=$appname|" ${./install.html.template} > $out/$appname.html
echo "doc install $out/$appname.html" >> $out/nix-support/hydra-build-products
echo "doc install \"$out/$appname.html\"" >> $out/nix-support/hydra-build-products
''}
''}