Skip to content

Commit 29e92ba

Browse files
author
asim.siddiqui
committed
Fixed mac installer
1 parent 9b6917d commit 29e92ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Install_nix.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ $(uname -s) = "Linux" ]; then
66
IDT_FOLDER="${HOME}/.local/share/DaVinciResolve/ACES Transforms/IDT"
77
ODT_FOLDER="${HOME}/.local/share/DaVinciResolve/ACES Transforms/ODT"
88

9-
elif [ $(uname -s) = "darwin" ]; then
9+
elif [ $(uname -s) = "Darwin" ]; then
1010
IDT_FOLDER="${HOME}/Library/Application Support/Blackmagic Design/DaVinci Resolve/ACES Transforms/IDT"
1111
ODT_FOLDER="${HOME}/Library/Application Support/Blackmagic Design/DaVinci Resolve/ACES Transforms/ODT"
1212
fi
@@ -17,4 +17,4 @@ mkdir -p "${ODT_FOLDER}"
1717
cp IDT/*.dctl "${IDT_FOLDER}/" && echo "Installed IDTs" || echo "Failed to install IDTs"
1818
cp ODT/*.dctl "${ODT_FOLDER}/" && echo "Installed ODTs" || echo "Failed to install ODTs"
1919

20-
exit 0
20+
exit 0

0 commit comments

Comments
 (0)