forked from mia/Aegisub
Create the output directory for the portable installer if it doesn't exist
This commit is contained in:
parent
c49f4c68db
commit
c640f279ba
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<MakeDir Directories="$(AegisubObjectDir)\$(FileName)" />
|
<MakeDir Directories="$(AegisubObjectDir)\$(FileName)" />
|
||||||
|
<MakeDir Directories="$(AegisubSourceBase)\packages\win_installer\output" />
|
||||||
|
|
||||||
<Copy
|
<Copy
|
||||||
SourceFiles="@(RarContents)"
|
SourceFiles="@(RarContents)"
|
||||||
|
|
Loading…
Reference in a new issue