Skip to content

Instantly share code, notes, and snippets.

@Red-Folder
Created August 16, 2013 19:09
Show Gist options
  • Save Red-Folder/6252651 to your computer and use it in GitHub Desktop.
Save Red-Folder/6252651 to your computer and use it in GitHub Desktop.
mkdir "%BUILDOUTPUTPATH%\%PLUGINVERSION%"
copy /b "%BUILDOUTPUTPATH%\backgroundserviceplugin-%PLUGINVERSION%.jar" "%BUILDOUTPUTPATH%\%PLUGINVERSION%"
copy /b "%workspace%\assets\www\%PLUGINVERSION%\backgroundService*.js" "%BUILDOUTPUTPATH%\%PLUGINVERSION%"
copy /b "%workspace%\assets\www\%PLUGINVERSION%\myService*.js" "%BUILDOUTPUTPATH%\%PLUGINVERSION%"
copy /b "%workspace%\assets\www\%PLUGINVERSION%\index*.html" "%BUILDOUTPUTPATH%\%PLUGINVERSION%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment