@@ -158,76 +158,76 @@ jobs:
158158 VERSION : ' nightly'
159159 FILES : app.asar
160160
161- debug-linux :
162- name : Debug Linux
163-
164- needs : build
165- runs-on : ubuntu-latest
166-
167- steps :
168- - uses : actions/checkout@v2
169-
170- - name : Retrieve artifact
171- uses : actions/download-artifact@v2
172- with :
173- name : built-asar
174- path : artifact
175-
176- - name : Extract artifact
177- run : |
178- cp artifact/app.asar .
179-
180- - name : Download Client with OpenAsar
181- run : |
182- wget "https://discord.com/api/download/canary?platform=linux&format=tar.gz" -O discord.tar.gz
183- tar xf discord.tar.gz
184- cp app.asar DiscordCanary/resources/app.asar
185-
186- - name : Run Client
187- run : |
188- xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging 2>&1
189- timeout-minutes : 5
190-
191- debug-win :
192- name : Debug Windows
193-
194- needs : build
195- runs-on : windows-latest
196-
197- steps :
198- - uses : actions/checkout@v2
199-
200- - name : Setup Node.js v16.x
201- uses : actions/setup-node@v2
202- with :
203- node-version : 16.x
204-
205- - name : Retrieve artifact
206- uses : actions/download-artifact@v2
207- with :
208- name : built-asar
209- path : artifact
210-
211- - name : Extract artifact
212- run : |
213- cp artifact/app.asar .
214-
215- - name : Setup Client
216- shell : bash
217- run : |
218- node scripts/downloadWin.js
219- tar xf client.tar
220-
221- # Install OpenAsar build and setup environment
222- cp -f app.asar files/resources/app.asar
223- mkdir discord
224- cp -rf files/ discord/app-1.0.0
225- cd discord/app-1.0.0
226- mkdir modules
227-
228- - name : Run Client
229- run : |
230- cd discord/app-1.0.0
231- ./DiscordCanary.exe --enable-logging
232- timeout-minutes : 5
233- shell : bash
161+ # debug-linux:
162+ # name: Debug Linux
163+
164+ # needs: build
165+ # runs-on: ubuntu-latest
166+
167+ # steps:
168+ # - uses: actions/checkout@v2
169+
170+ # - name: Retrieve artifact
171+ # uses: actions/download-artifact@v2
172+ # with:
173+ # name: built-asar
174+ # path: artifact
175+
176+ # - name: Extract artifact
177+ # run: |
178+ # cp artifact/app.asar .
179+
180+ # - name: Download Client with OpenAsar
181+ # run: |
182+ # wget "https://discord.com/api/download/canary?platform=linux&format=tar.gz" -O discord.tar.gz
183+ # tar xf discord.tar.gz
184+ # cp app.asar DiscordCanary/resources/app.asar
185+
186+ # - name: Run Client
187+ # run: |
188+ # xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging 2>&1
189+ # timeout-minutes: 5
190+
191+ # debug-win:
192+ # name: Debug Windows
193+
194+ # needs: build
195+ # runs-on: windows-latest
196+
197+ # steps:
198+ # - uses: actions/checkout@v2
199+
200+ # - name: Setup Node.js v16.x
201+ # uses: actions/setup-node@v2
202+ # with:
203+ # node-version: 16.x
204+
205+ # - name: Retrieve artifact
206+ # uses: actions/download-artifact@v2
207+ # with:
208+ # name: built-asar
209+ # path: artifact
210+
211+ # - name: Extract artifact
212+ # run: |
213+ # cp artifact/app.asar .
214+
215+ # - name: Setup Client
216+ # shell: bash
217+ # run: |
218+ # node scripts/downloadWin.js
219+ # tar xf client.tar
220+
221+ # # Install OpenAsar build and setup environment
222+ # cp -f app.asar files/resources/app.asar
223+ # mkdir discord
224+ # cp -rf files/ discord/app-1.0.0
225+ # cd discord/app-1.0.0
226+ # mkdir modules
227+
228+ # - name: Run Client
229+ # run: |
230+ # cd discord/app-1.0.0
231+ # ./DiscordCanary.exe --enable-logging
232+ # timeout-minutes: 5
233+ # shell: bash
0 commit comments