[CI] Remove temp JS files in src after strip

This commit is contained in:
Ducko 2021-12-14 22:30:38 +00:00
parent cdd0322bc8
commit 6140f6fff4
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ jobs:
- name: Pack base asar
run: |
node scripts/strip.js
rm src/splash/_splashScreen.rewrite.js
node scripts/injectPolyfills.js
sed -i -e "s/nightly/nightly-$(git rev-parse HEAD | cut -c 1-7)/" src/index.js