Skip to content

Commit

Permalink
release version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed Mar 19, 2021
1 parent 8cb6ed3 commit 640ade6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ettl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -help
# ettl /home/pi/dev/expose-to-the-light/logs/ --imagesBasePath /home/pi/dev/expose-to-the-light/captured-images/ --setSettings --numberOfCaptures 5 --intervalSeconds 5 --rawFileExtension CR2

artif="expose-to-the-light_2.13-0.1.9.jar"
artif="expose-to-the-light_2.13-0.1.10.jar"
vm_options="-Djna.library.path="
export LOG_LOCATION=$1
export JDK_JAVA_OPTIONS=$vm_options
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ replace_string() {
sed -i '' -e "s/$placeholder/$ESCAPED_REPLACE/" "$file_name"
}

shared_link="https://www.dropbox.com/s/irdmg8ntlawbj7n/expose-to-the-light_2.13-0.1.9.jar?dl=1"
artifact="expose-to-the-light_2.13-0.1.9.jar"
shared_link="https://www.dropbox.com/s/6pljren6kg73xol/expose-to-the-light_2.13-0.1.10.jar?dl=1"
artifact="expose-to-the-light_2.13-0.1.10.jar"

echo "Downloading artifact..."
curl -L -o "$artifact" "$shared_link"
Expand Down

0 comments on commit 640ade6

Please sign in to comment.