Skip to content

Commit

Permalink
finalise Beta release
Browse files Browse the repository at this point in the history
Update splash screen
Upload appcast.xml to prebuild folder. Official appcast.xml will be updated manually.
  • Loading branch information
anatoly-os committed Nov 28, 2018
1 parent 1b354b3 commit 7694abc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ deploy:
secret_access_key:
secure: IbpdpiHzGfMasaSA6uGrskE4xu9wE+HzElW7tIDOUww+ivHj+gN+mPgUHKCcV9Cn
bucket: sparkle.musescore.org
folder: testing/3/win/
folder: testing/3/prebuild/win/
region: us-east-1
set_public: true
artifact: appcast.xml
Expand Down
64 changes: 0 additions & 64 deletions assets/xml-icon .svg

This file was deleted.

5 changes: 3 additions & 2 deletions build/travis/job_macos/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,14 @@ export ARTIFACTS_REGION=us-east-1
export ARTIFACTS_BUCKET=sparkle.musescore.org
export ARTIFACTS_CACHE_CONTROL='public, max-age=315360000'
export ARTIFACTS_PERMISSIONS=public-read
export ARTIFACTS_TARGET_PATHS="/${MSCORE_RELEASE_CHANNEL}/3"
export ARTIFACTS_TARGET_PATHS="/${MSCORE_RELEASE_CHANNEL}/3/prebuild/macos"
export ARTIFACTS_PATHS=appcast.xml
#artifacts upload
artifacts upload

pip install awscli
export AWS_ACCESS_KEY_ID=$UPDATE_S3_KEY
export AWS_SECRET_ACCESS_KEY=$UPDATE_S3_SECRET
export ARTIFACTS_TARGET_PATHS="/${MSCORE_RELEASE_CHANNEL}/3"
aws configure set preview.cloudfront true
aws cloudfront create-invalidation --distribution-id E3VZY4YYZZG82P --paths "${ARTIFACTS_TARGET_PATHS}/*"

Expand Down
Binary file modified mscore/data/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7694abc

Please sign in to comment.