Skip to content

Commit

Permalink
update postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xan1242 committed Mar 18, 2023
1 parent e996e1a commit 188efcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion data/post-build/NoTPK-Win7.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SET GameName=%2
echo Creating directories...
cd %~dp0../..
IF EXIST ".Release Packages\%BuildType%-%GameName%-Win7" RMDIR /S /Q ".Release Packages\%BuildType%-%GameName%-Win7"
MKDIR ".Release Packages\%BuildType%-%GameName%-Win7\GLOBAL"
MKDIR ".Release Packages\%BuildType%-%GameName%-Win7\scripts"
:: Summon the binary
echo Copying the binary
Expand Down
1 change: 0 additions & 1 deletion data/post-build/NoTPK.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SET GameName=%2
echo Creating directories...
cd %~dp0../..
IF EXIST ".Release Packages\%BuildType%-%GameName%" RMDIR /S /Q ".Release Packages\%BuildType%-%GameName%"
MKDIR ".Release Packages\%BuildType%-%GameName%\GLOBAL"
MKDIR ".Release Packages\%BuildType%-%GameName%\scripts"
:: Summon the binary
echo Copying the binary
Expand Down

0 comments on commit 188efcd

Please sign in to comment.