You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/18 12:36:38 UTC

[27/50] [abbrv] git commit: [flex-asjs] [refs/heads/tlf] - fix path to browser

fix path to browser


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d30ea0ca
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d30ea0ca
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d30ea0ca

Branch: refs/heads/tlf
Commit: d30ea0ca063b4c89ea1e0c0b02fa219556957331
Parents: 287caa3
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 8 23:58:24 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 8 23:58:24 2017 -0700

----------------------------------------------------------------------
 releasecandidate.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d30ea0ca/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index e54eecd..f2a65a1 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -119,7 +119,7 @@
 		property="browser" value="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" />
     <available file="${env.ProgramFiles(x86)}/Mozilla Firefox/firefox.exe"
 		type="file"
-		property="browser" value="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" />
+		property="browser" value="${env.ProgramFiles(x86)}/Mozilla Firefox/firefox.exe" />
     <available file="/Applications/Firefox.app/Contents/MacOS/firefox"
 		type="file"
 		property="browser" value="/Applications/Firefox.app/Contents/MacOS/firefox" />