diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-03-21 13:01:21 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-03-24 14:29:16 -0700 |
| commit | 92d8181bde75af0349eb7ea5a71a37ca24c0ce53 (patch) | |
| tree | d7c0965fe1fb5643622016ca5768d22552860212 | |
| parent | 44842db533134fcaca1f95fc8de4f6659a28778b (diff) | |
| download | rust-92d8181bde75af0349eb7ea5a71a37ca24c0ce53.tar.gz rust-92d8181bde75af0349eb7ea5a71a37ca24c0ce53.zip | |
mk: Put win installer in correct dir
| -rw-r--r-- | src/etc/pkg/rust.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/pkg/rust.iss b/src/etc/pkg/rust.iss index 4be90666e3d..66bb71527fe 100644 --- a/src/etc/pkg/rust.iss +++ b/src/etc/pkg/rust.iss @@ -18,7 +18,7 @@ DisableProgramGroupPage=true DisableReadyPage=true DisableStartupPrompt=true -OutputDir=.\ +OutputDir=.\dist\ SourceDir=.\ OutputBaseFilename={#CFG_PACKAGE_NAME}-install DefaultDirName={pf32}\Rust |
