Skip to content

Commit

Permalink
Fork initial: VRCMelonManager based on ModAssistant 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
knah committed May 17, 2021
1 parent 7788c25 commit 5b4a6a9
Show file tree
Hide file tree
Showing 91 changed files with 1,491 additions and 5,667 deletions.
5 changes: 1 addition & 4 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
patreon: BeatSaberMods
ko_fi: N4N8JX7B
liberapay: Assistant
custom: ['https://paypal.me/AssistantMoe', 'https://bs.assistant.moe/Donate/']
custom: ['https://github.com/Assistant/ModAssistant']
14 changes: 7 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
- name: Install dependencies
run: msbuild -t:restore
- name: Build project
run: msbuild ModAssistant/ModAssistant.csproj /t:Build /p:Configuration=Release
run: msbuild VRCMelonAssistant/VRCMelonAssistant.csproj /t:Build /p:Configuration=Release
- name: Cleanup release
shell: bash
run: |
find "ModAssistant/bin/Release" -type f ! -name "ModAssistant.exe" -delete
cp "LICENSE" "ModAssistant/bin/Release/LICENSE.ModAssistant.txt"
find "VRCMelonAssistant/bin/Release" -type f ! -name "VRCMelonAssistant.exe" -delete
cp "LICENSE" "VRCMelonAssistant/bin/Release/LICENSE.VRCMelonAssistant.txt"
- name: Upload Build
if: startsWith(github.ref, 'refs/tags/') == false
uses: actions/upload-artifact@v2
with:
name: ModAssistant-${{ github.sha }}
path: ./ModAssistant/bin/Release/
name: VRCMelonAssistant-${{ github.sha }}
path: ./VRCMelonAssistant/bin/Release/
- name: Extract Release Version
if: startsWith(github.ref, 'refs/tags/')
id: get_version
Expand All @@ -39,5 +39,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Mod Assistant v${{ steps.get_version.outputs.version }}
files: ./ModAssistant/bin/Release/ModAssistant.exe
name: VRChat Melon Assistant v${{ steps.get_version.outputs.version }}
files: ./VRCMelonAssistant/bin/Release/VRCMelonAssistant.exe
72 changes: 0 additions & 72 deletions ModAssistant/App.config

This file was deleted.

Loading

0 comments on commit 5b4a6a9

Please sign in to comment.