Skip to content

Commit

Permalink
titaniumenv: fix renaming strategy
Browse files Browse the repository at this point in the history
(cherry picked from commit 479ec3d)
  • Loading branch information
svanderburg committed Mar 21, 2018
1 parent b69f056 commit fce49b7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -18,7 +18,6 @@ let
inherit src;
buildPhase = ''
sed -i -e "s|com.appcelerator.kitchensink|${newBundleId}|" tiapp.xml
sed -i -e "s|com.appcelerator.kitchensink|${newBundleId}|" manifest
'';
installPhase = ''
mkdir -p $out
Expand Down

0 comments on commit fce49b7

Please sign in to comment.