Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions script/buildAddon.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down