Compare commits

...

2 Commits

Author SHA1 Message Date
ginger 785e1184d3 LibAmasson dependency 2024-05-22 18:12:45 +02:00
ginger 7b71834dd9 Build Cmd 2024-05-22 18:11:07 +02:00
4 changed files with 13 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "Plugins/LibAmasson"]
path = Plugins/LibAmasson
url = https://github.com/amasson42/LibAmasson-unreal-plugin.git
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
cd "$(dirname "$0")/.."
PROJECT_NAME=$(find . -name "*.uproject" -exec basename {} .uproject \;)
Build.sh ${PROJECT_NAME}Editor Linux Development /home/amasson/Documents/Work/TalentH/$PROJECT_NAME/$PROJECT_NAME.uproject -waitmutex
+2
View File
@@ -12,3 +12,5 @@ rm -rf $PROJECT_NAME.code-workspace\
.vscode
GenerateProjectFiles.sh -project="$PWD/$PROJECT_NAME.uproject" -game
rm .ignore
Submodule Plugins/LibAmasson added at 3e037520c4