Skip to content

Instantly share code, notes, and snippets.

@Jezza
Created December 4, 2013 15:01
Show Gist options
  • Select an option

  • Save Jezza/7788925 to your computer and use it in GitHub Desktop.

Select an option

Save Jezza/7788925 to your computer and use it in GitHub Desktop.
set "javaDir=G:\Minecraft\source\Elemental-Sciences-2\es_common"
set "resourcesDir=G:\Minecraft\source\Elemental-Sciences-2\resources"
set "javaTarDir=G:\Minecraft\forge\src\main\java"
set "resourcesTarDir=G:\Minecraft\forge\src\main\resources"
PATH = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
xcopy /E /Y %javaDir% %javaTarDir%
xcopy /E /Y %resourcesDir% %resourcesTarDir%
gradlew.bat build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment