This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch packaging
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/packaging by this push:
new 4b41627 fix windows
4b41627 is described below
commit 4b4162728d091f018b0838b76200ba27cc9fb926
Author: Alex Harui <[email protected]>
AuthorDate: Sun Oct 1 23:16:40 2017 -0700
fix windows
---
InstallAdobeSDKs.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/InstallAdobeSDKs.xml b/InstallAdobeSDKs.xml
index a60956c..eab4a7d 100644
--- a/InstallAdobeSDKs.xml
+++ b/InstallAdobeSDKs.xml
@@ -71,7 +71,7 @@
<condition property="download.dir" value="${env.HOME}/Downloads">
<os family="mac" />
</condition>
- <condition property="download.dir" value="${env.HOME}/Downloads">
+ <condition property="download.dir"
value="${env.HOMEDRIVE}/${env.HOMEPATH}/Downloads">
<os family="windows" />
</condition>
<property name="temp.dir" value="${basedir}/in" />
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].