mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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 New Issue
Block a user