[CI > Test] Purposefully break to test part 2

This commit is contained in:
Ducko 2022-02-01 22:06:48 +00:00
parent a522281214
commit 9d3e9ddb3b
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ jobs:
bash scripts/injectPolyfills.sh
sed -i -e "s/nightly/nightly-$(git rev-parse HEAD | cut -c 1-7)/" src/index.js
rm src/updater/request.js
npx asar pack src app.asar
- name: Download Discord with OpenAsar
@ -36,7 +37,6 @@ jobs:
wget "https://discord.com/api/download/canary?platform=linux&format=tar.gz" -O discord.tar.gz
tar xf discord.tar.gz
cp app.asar DiscordCanary/resources/app.asar
rm DiscordCanary/resources/app.asar
- name: Check if Discord will startup
run: |