Installer: Set OutputDir correctly even if compiling from within the IDE
commit064dc44ce236b94c7a9c83c715d97222e17328d4
authorSebastian Schuberth <sschuberth@gmail.com>
Sat, 12 Jun 2010 10:22:49 +0000 (12 12:22 +0200)
committerSebastian Schuberth <sschuberth@gmail.com>
Sat, 12 Jun 2010 10:36:54 +0000 (12 12:36 +0200)
treeb88d948077854d0c5c7c87cb402e821fc3259b66
parent0c8827031e2ae76216211a0575911337f3ffa3c8
Installer: Set OutputDir correctly even if compiling from within the IDE

Previously, if compiling from within the Inno Setup IDE, a directory named
"%OUTPUTDIR%" was created below SourceDir and the compiled setup was
written to it, resulting in subsequent compiles to fail because the output
file could not be overwritten as everything below SourceDir (including the
compiled setup from the previous run) was included into the new setup.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
share/WinGit/install.iss
share/WinGit/release.sh