1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
TweetDuck/bld/POST BUILD.bat

13 lines
259 B
Batchfile

@ECHO OFF
IF EXIST "post_build.exe" (
DEL "post_build.exe"
)
IF NOT EXIST %1 (
ECHO fsc.exe not found
EXIT 1
)
%1 --standalone --deterministic --preferreduilang:en-US --platform:x86 --target:exe --out:post_build.exe "%~dp0..\Resources\PostBuild.fsx"