remove binaries script path
This commit is contained in:
7
.ignore
Normal file
7
.ignore
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
/.git
|
||||||
|
/Cmd
|
||||||
|
/Content
|
||||||
|
/Docs
|
||||||
|
/LauncherSource
|
||||||
|
/Intermediate
|
||||||
|
/.vscode
|
||||||
@@ -4,7 +4,7 @@ cd "$(dirname "$0")/.."
|
|||||||
|
|
||||||
PROJECT_NAME=$(find . -name "*.uproject" -exec basename {} .uproject \;)
|
PROJECT_NAME=$(find . -name "*.uproject" -exec basename {} .uproject \;)
|
||||||
|
|
||||||
sh remove_binaries.sh
|
sh Cmd/remove_binaries.sh
|
||||||
|
|
||||||
rm -rf $PROJECT_NAME.code-workspace\
|
rm -rf $PROJECT_NAME.code-workspace\
|
||||||
Makefile\
|
Makefile\
|
||||||
|
|||||||
Reference in New Issue
Block a user