File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ Lightweight resource and provider to install OS X applications (.app) from dmg f
6
6
Changes
7
7
=======
8
8
9
+ ## v0.7.0:
10
+
11
+ * [ COOK-854] - use ` cp -R ` instead of ` cp -r `
12
+ * [ COOK-855] - specify a file or directory to check for prior install
13
+
9
14
## v0.6.0:
10
15
11
- - option to install software that is an .mpkg inside a .dmg
12
- - ignore failure on chmod in case mode is already set, or is root owned
16
+ * option to install software that is an .mpkg inside a .dmg
17
+ * ignore failure on chmod in case mode is already set, or is root owned
13
18
14
19
Requirements
15
20
============
Original file line number Diff line number Diff line change 3
3
license "Apache 2.0"
4
4
description "LWRP to install OS X applications from dmgs"
5
5
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
6
- version "0.6 .0"
6
+ version "0.7 .0"
7
7
supports "mac_os_x"
You can’t perform that action at this time.
0 commit comments