forked from mirrors/nixpkgs
Support app names with white spaces
This commit is contained in:
parent
fde5b8488b
commit
bffdf03e4f
|
@ -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
|
||||
''}
|
||||
''}
|
||||
|
||||
|
|
Loading…
Reference in a new issue