mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: allow a non-existing target file
This commit is contained in:
parent
5e866b6156
commit
6faa87d8f3
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ namespace
|
|||
{
|
||||
args.checkMinNumArguments (3);
|
||||
auto source = args[1].resolveAsExistingFile();
|
||||
auto target = args[2].resolveAsExistingFile();
|
||||
auto target = args[2].resolveAsFile();
|
||||
|
||||
MemoryOutputStream literal;
|
||||
size_t dataSize = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue