mirror of https://github.com/odrling/Aegisub
Create the output directory for the portable installer if it doesn't exist
This commit is contained in:
parent
c49f4c68db
commit
c640f279ba
|
@ -24,6 +24,7 @@
|
|||
/>
|
||||
|
||||
<MakeDir Directories="$(AegisubObjectDir)\$(FileName)" />
|
||||
<MakeDir Directories="$(AegisubSourceBase)\packages\win_installer\output" />
|
||||
|
||||
<Copy
|
||||
SourceFiles="@(RarContents)"
|
||||
|
|
Loading…
Reference in New Issue