mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix updater. It was looking for the wrong files.
This commit is contained in:
parent
7bafe54a5e
commit
72c17afa06
@ -1,6 +1,6 @@
|
|||||||
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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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;
|
|||||||
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user