kopia lustrzana https://github.com/jameshball/osci-render
Fix sed command
rodzic
e560433256
commit
aefb6adfe7
|
@ -8,7 +8,7 @@ OUTPUT_NAME="$PLUGIN-$VERSION"
|
|||
# If we are on the free version, we need to disable the build flag SOSCI_FEATURES
|
||||
if [ "$VERSION" = "free" ]; then
|
||||
# Edit the jucer file to disable the SOSCI_FEATURES flag
|
||||
sed -i '' 's/SOSCI_FEATURES=1/SOSCI_FEATURES=0/' "$ROOT/$PLUGIN.jucer"
|
||||
sed 's/SOSCI_FEATURES=1/SOSCI_FEATURES=0/' "$ROOT/$PLUGIN.jucer"
|
||||
fi
|
||||
|
||||
# Resave jucer file
|
||||
|
|
Ładowanie…
Reference in New Issue