chore: rename package from music-remote to encore.

This commit is contained in:
2026-07-30 00:47:30 -04:00
parent 7d4dd0ff00
commit d8977deaf3
48 changed files with 347 additions and 164 deletions
+2 -2
View File
@@ -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
'';