regenerate script usable from anywhere
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ..
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
PROJECT_NAME=`find . -name "*.uproject" -exec basename {} .uproject \;`
|
PROJECT_NAME=$(find . -name "*.uproject" -exec basename {} .uproject \;)
|
||||||
|
|
||||||
sh Script/remove_binaries.sh
|
sh remove_binaries.sh
|
||||||
|
|
||||||
rm -rf $PROJECT_NAME.code-workspace\
|
rm -rf $PROJECT_NAME.code-workspace\
|
||||||
Makefile\
|
Makefile\
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ..
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
rm -rf Binaries\
|
rm -rf Binaries\
|
||||||
DerivedDataCache\
|
DerivedDataCache\
|
||||||
|
|||||||
Reference in New Issue
Block a user