File tree 6 files changed +11
-5
lines changed
6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.3
2
+
3
+ * [ windows] Add missing WinSparkle dll/lib/pdb files #4
4
+ * [ windows] fix command path error #5
5
+
1
6
## 0.1.2
2
7
3
8
* [ windows] Add missing WinSparkle dll/lib/pdb files
Original file line number Diff line number Diff line change 63
63
64
64
``` yaml
65
65
dependencies :
66
- auto_updater : ^0.1.2
66
+ auto_updater : ^0.1.3
67
67
` ` `
68
68
69
69
或
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Add this to your package's pubspec.yaml file:
63
63
64
64
``` yaml
65
65
dependencies :
66
- auto_updater : ^0.1.2
66
+ auto_updater : ^0.1.3
67
67
` ` `
68
68
69
69
Or
Original file line number Diff line number Diff line change @@ -45,4 +45,5 @@ app.*.map.json
45
45
/android /app /profile
46
46
/android /app /release
47
47
48
- /dist /
48
+ /dist /
49
+ dsa_ * .pem
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packages:
14
14
path: ".."
15
15
relative: true
16
16
source: path
17
- version: "0.1.2 "
17
+ version: "0.1.3 "
18
18
boolean_selector:
19
19
dependency: transitive
20
20
description:
Original file line number Diff line number Diff line change 1
1
name : auto_updater
2
2
description : This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
3
- version : 0.1.2
3
+ version : 0.1.3
4
4
homepage : https://github.com/leanflutter/auto_updater
5
5
6
6
platforms :
You can’t perform that action at this time.
0 commit comments