[CI > Test] Purposefully break to test part 2
This commit is contained in:
parent
a522281214
commit
9d3e9ddb3b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_startup.yml
vendored
2
.github/workflows/test_startup.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
bash scripts/injectPolyfills.sh
|
bash scripts/injectPolyfills.sh
|
||||||
sed -i -e "s/nightly/nightly-$(git rev-parse HEAD | cut -c 1-7)/" src/index.js
|
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
|
npx asar pack src app.asar
|
||||||
|
|
||||||
- name: Download Discord with OpenAsar
|
- 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
|
wget "https://discord.com/api/download/canary?platform=linux&format=tar.gz" -O discord.tar.gz
|
||||||
tar xf discord.tar.gz
|
tar xf discord.tar.gz
|
||||||
cp app.asar DiscordCanary/resources/app.asar
|
cp app.asar DiscordCanary/resources/app.asar
|
||||||
rm DiscordCanary/resources/app.asar
|
|
||||||
|
|
||||||
- name: Check if Discord will startup
|
- name: Check if Discord will startup
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue