fix builds
This commit is contained in:
parent
559e1778af
commit
ab407f2348
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
'';
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
cp app/build/outputs/apk/debug/debug.apk $out/app.apk
|
||||
cp app/build/outputs/apk/debug/app-debug.apk $out/app.apk
|
||||
mkdir $out/nix-support
|
||||
echo "file binary-dist $out/app.apk" > $out/nix-support/hydra-build-products
|
||||
echo "$pname-$version" > $out/nix-support/hydra-release-name
|
||||
|
@ -118,6 +118,7 @@
|
|||
yarnLock = "${self}/map-desktop/yarn.lock";
|
||||
buildPhase = "yarn run build";
|
||||
installPhase = "cp -rv deps/map-desktop/dist $out";
|
||||
distPhase = "true";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue