Commit 8a243125 authored by Adam Barth's avatar Adam Barth

Rename sky.yaml to flutter.yaml

More flutter more better.
parent b5493121
......@@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")
sky_app("fitness") {
main_dart = "lib/main.dart"
manifest = "sky.yaml"
manifest = "flutter.yaml"
if (is_android) {
apk_name = "Fitness"
......
......@@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")
sky_app("game") {
main_dart = "lib/main.dart"
manifest = "sky.yaml"
manifest = "flutter.yaml"
if (is_android) {
apk_name = "Asteroids"
......
......@@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")
sky_app("stocks") {
main_dart = "lib/main.dart"
manifest = "sky.yaml"
manifest = "flutter.yaml"
if (is_android) {
apk_name = "Stocks"
......
......@@ -19,7 +19,7 @@ import 'pipe_to_file.dart';
import 'version.dart';
const String kManifestFile = 'sky.yaml';
const String kBundleFile = 'app.flx';
const String kBundleFile = 'flutter.flx';
UpdateServiceProxy _initUpdateService() {
UpdateServiceProxy updateService = new UpdateServiceProxy.unbound();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment