chore: rename package from music-remote to encore.
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "music-remote";
|
||||
pname = "encore";
|
||||
version = "0.1.0";
|
||||
|
||||
src = ./.;
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm644 app/build/outputs/apk/debug/app-debug.apk \
|
||||
"$out/music-remote.apk"
|
||||
"$out/encore.apk"
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user