Skip to content

Commit

Permalink
updated run.bat output in the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
CJSeals32 committed Jan 7, 2025
1 parent 4a1f951 commit cc8b750
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ rm cloudcard-photo-downloader.*
mkdir cloudcard-photo-downloader
cp "build/libs/cloudcard-photo-downloader-$version.jar" "cloudcard-photo-downloader/cloudcard-photo-downloader.jar"
echo cloudcard.api.accessToken= >cloudcard-photo-downloader/application.properties
echo "java ^ " >cloudcard-photo-downloader/run.bat
echo " -Dcloudcard.api.accessToken=put_a_valid_token_here ^ " >> cloudcard-photo-downloader/run.bat
echo " -jar cloudcard-photo-downloader.jar >> downloader.log" >> cloudcard-photo-downloader/run.bat
echo "java -jar cloudcard-photo-downloader.jar >> downloader.log" >> cloudcard-photo-downloader/run.bat
echo "java -jar cloudcard-photo-downloader.jar >> downloader.log" >cloudcard-photo-downloader/run.sh
echo "CloudCard Photo Downloader version $version" > cloudcard-photo-downloader/version.txt
chmod +x cloudcard-photo-downloader/run.sh
Expand Down

0 comments on commit cc8b750

Please sign in to comment.