Skip to content
Snippets Groups Projects
Commit 8c37fa6c authored by svornost's avatar svornost
Browse files

Don't try to delete a file that doesn't exist

parent 142d0013
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ if %PROCESSOR_ARCHITECTURE% == AMD64 (
CALL "%~dp0devTools\tweeGo\tweego_win86.exe" -o "%~dp0bin/FC_pregmod.html" --module=bin/fc.js --head devTools/head.html "%~dp0src"
)
DEL bin\fc.js
DEL "%~dp0src\002-config\fc-version.js.commitHash.js"
IF EXIST "%~dp0src\002-config\fc-version.js.commitHash.js" DEL "%~dp0src\002-config\fc-version.js.commitHash.js"
popd
ECHO Done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment