Skip to content

Commit

Permalink
update release-archive.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 4, 2023
1 parent 34299b6 commit a533d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ __DIR__=$(
)
cd ${__DIR__}

test -d extension/_metadata/ && rm -rf extension/_metadata/

mkdir -p dist/
cd ${__DIR__}/dist

test -f ReplaceGoogleCDN-v2.zip && rm -f ReplaceGoogleCDN-v2.zip
test -f ReplaceGoogleCDN-v3.zip && rm -f ReplaceGoogleCDN-v3.zip

test -d extension/_metadata/ && rm -rf extension/_metadata/

cd ${__DIR__}/extension

Expand Down

0 comments on commit a533d73

Please sign in to comment.