Fixed setupDecompWorkspace typo.

This commit is contained in:
KingPhygieBoo 2017-12-27 23:14:31 -06:00
parent e51dcea459
commit f07e6c5a27

View file

@ -1,5 +1,5 @@
@echo off @echo off
title Setting up Decomp Workspace.. title Setting up Decomp Workspace..
cd .. cd ..
gradlew build gradlew setupDecompWorkspace
pause pause