Launcher: take app information from AppManager

Change-Id: I0dedd5a710adc4810feb9210b903655a3d2f5533
diff --git a/core/installer/Makefile b/core/installer/Makefile
index 5280a89..800a8eb 100644
--- a/core/installer/Makefile
+++ b/core/installer/Makefile
@@ -47,7 +47,7 @@
 	./pcloud rewrite --ssh-key=/Users/lekva/.ssh/id_ed25519 --repo-addr=ssh://localhost:2222/config
 
 launcher:
-	./pcloud launcher --port=9090 --logout-url=http://localhost:8080
+	./pcloud launcher --port=9090 --logout-url=http://localhost:8080 --ssh-key=/Users/lekva/.ssh/id_ed25519 --repo-addr=ssh://localhost:2222/config
 
 ## installer image
 build_arm64: export CGO_ENABLED=0