Default OutFile determined by NSI script filename
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6106 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c59db4bb1e
commit
1421a3e315
3 changed files with 9 additions and 0 deletions
|
@ -516,6 +516,7 @@ int _tmain(int argc, TCHAR **argv)
|
|||
if (change_to_script_dir(build, script_file))
|
||||
return 1;
|
||||
}
|
||||
build.set_default_output_filename(remove_file_extension(sfile)+_T(".exe"));
|
||||
}
|
||||
|
||||
if (build.display_script)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue