Commit 5516d12f authored by Matt Perry's avatar Matt Perry

Merge pull request #1970 from mpcomplete/updater.urls

Fix updater. It was looking for the wrong files.
parents 2fc5a759 72c17afa
name: fitness name: fitness
version: 0.0.1 version: 0.0.1
update-url: http://localhost:9888/examples/fitness/ update-url: http://localhost:9888/
material-design-icons: material-design-icons:
- name: action/assessment - name: action/assessment
- name: action/help - name: action/help
......
name: stocks name: stocks
version: 0.0.2 version: 0.0.2
update-url: http://localhost:9888/examples/stocks/ update-url: http://localhost:9888/
material-design-icons: material-design-icons:
- name: action/account_balance - name: action/account_balance
- name: action/assessment - name: action/assessment
......
...@@ -18,8 +18,8 @@ import 'package:yaml/yaml.dart' as yaml; ...@@ -18,8 +18,8 @@ import 'package:yaml/yaml.dart' as yaml;
import 'pipe_to_file.dart'; import 'pipe_to_file.dart';
import 'version.dart'; import 'version.dart';
const String kManifestFile = 'sky.yaml'; const String kManifestFile = 'flutter.yaml';
const String kBundleFile = 'flutter.flx'; const String kBundleFile = 'app.flx';
UpdateServiceProxy _initUpdateService() { UpdateServiceProxy _initUpdateService() {
UpdateServiceProxy updateService = new UpdateServiceProxy.unbound(); 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