Skip to content

Commit

Permalink
FUUUUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMocha committed Jun 29, 2024
1 parent b945e1f commit e466af9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ jobs:
shell: bash

- name: Customise Dependancies file
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
Copy-Item customised_downloader.js node_modules/minecraft-java-core/build/utils/Downloader.js -Force
else
cp customised_downloader.js node_modules/minecraft-java-core/build/utils/Downloader.js
fi
run: cp customised_downloader.js node_modules/minecraft-java-core/build/utils/Downloader.js
shell: bash

- name: Build
Expand Down

0 comments on commit e466af9

Please sign in to comment.