From 18432c56d11ca7a5eb65cf516c989abb07b6aebc Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Tue, 6 Mar 2018 12:18:15 -0800 Subject: [PATCH] Help: improved instructions to build binary distribution because the old instructions didn't seem to work on Windows --- documentation/help/markdown/sdk/build-binary-distribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/help/markdown/sdk/build-binary-distribution.md b/documentation/help/markdown/sdk/build-binary-distribution.md index c21dd5c755..857200e9e5 100644 --- a/documentation/help/markdown/sdk/build-binary-distribution.md +++ b/documentation/help/markdown/sdk/build-binary-distribution.md @@ -25,7 +25,7 @@ The document explains how to build the Feathers SDK from a binary distribution. If you want to target a specific version of Flash Player and AIR, you may modify the command to specify the required versions: - ant -f installer.xml -Dflash.sdk.version=22.0 -Dair.sdk.version=22.0 + ant -f installer.xml install -Dflash.sdk.version=22.0 -Dair.sdk.version=22.0 1. When prompted to install each dependency, type `y` and press Enter.