Skip to content

Commit

Permalink
removed now obsolete scripts and migrated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NSGolova committed Apr 16, 2024
1 parent 4ec3895 commit 12d247c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 273 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}
./QPM/qpm qmod build
pwsh -Command ./build.ps1
pwsh -Command ./scripts/build.ps1
- name: Create Qmod
run: |
pwsh -Command ./buildQMOD.ps1 ${{env.qmodName}}
pwsh -Command ./scripts/createqmod.ps1 ${{env.qmodName}}
- name: Get Library Name
id: libname
run: |
Expand Down
36 changes: 0 additions & 36 deletions build.ps1

This file was deleted.

79 changes: 0 additions & 79 deletions buildQMOD.ps1

This file was deleted.

66 changes: 0 additions & 66 deletions copy.ps1

This file was deleted.

10 changes: 5 additions & 5 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"description": "beatleader.xyz | In-game leaderboards for custom and OST maps | Score replays | Clans, events, playlists and much more",
"coverImage": "cover.png",
"dependencies": [
{
"version": "^0.4.19",
"id": "bsml",
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.24/BSML.qmod"
},
{
"version": "^0.17.0",
"id": "custom-types",
Expand All @@ -34,6 +29,11 @@
"version": "^3.6.3",
"id": "paper",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/paperlog.qmod"
},
{
"version": "^0.4.24",
"id": "bsml",
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.24/BSML.qmod"
}
],
"modFiles": [],
Expand Down
19 changes: 0 additions & 19 deletions ndk-stack.ps1

This file was deleted.

2 changes: 0 additions & 2 deletions restart-game.ps1

This file was deleted.

64 changes: 0 additions & 64 deletions start-logging.ps1

This file was deleted.

0 comments on commit 12d247c

Please sign in to comment.