diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..a88b8972 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 1743641002269 + + + + + + + + + \ No newline at end of file diff --git a/script/buildAddon.sh b/script/buildAddon.sh index af79a6a9..9e307dcd 100755 --- a/script/buildAddon.sh +++ b/script/buildAddon.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Set the desired commit hash and branch -commit=06670290ad39e61805ecacbc6267df61f6ae3d91 -branch=16-latest +commit=1c1a32ed2f4c7799830d50bf4cb159222aafec48 +branch=17-latest # Remember current directory and create a new, unique, temporary directory rDIR=$(pwd)