OSDN Git Service

1.14.0をリリースした
[completeeraser/CompleteEraser.git] / Installer / build.cmd
index 2e0e5ee..77a97ee 100644 (file)
@@ -14,8 +14,7 @@ if "%1"=="" set TYPE=Release
 md dist\r
 copy ..\ShellExtension\%TYPE%\Win32\ShellExtension.dll .\dist\ShellExtension.x86.dll\r
 copy ..\ShellExtension\%TYPE%\x64\ShellExtension.dll .\dist\ShellExtension.x64.dll\r
-copy ..\CompleteEraser\bin\%TYPE%\CompleteEraser.exe .\dist\r
-copy ..\CompleteEraser\bin\%TYPE%\CompleteEraser.exe.config .\dist\r
+copy ..\CompleteEraser\bin\%TYPE%\*.* .\dist\r
 copy ..\Document\help.txt .\dist\r
 \r
 "%WIX_PATH%\candle.exe" installer.xml\r