Skip to content

Commit

Permalink
Kill me.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Dec 28, 2024
2 parents b6f229e + 09f254d commit 56d747c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 40 deletions.
41 changes: 3 additions & 38 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,9 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Get current date
run: |
$DATE=& Get-Date -format yyyy-MM-dd
echo "DATE=$DATE" >> $env:GITHUB_ENV

- name: Get commit SHA
run: |
set a=${{ github.sha }}
echo SHORT_SHA=!a:~0,7! >> $GITHUB_ENV
- name: Setup MSBuild v1.1
uses: microsoft/setup-msbuild@v1.1

- name: Setup NuGet v2
uses: NuGet/setup-nuget@v2

- name: Restore packages
run: nuget restore FriishProduce.sln

- name: Build solution
run: msbuild FriishProduce\FriishProduce.csproj -t:rebuild -property:Configuration=Release

- name: Compress archive
run: Compress-Archive -Path FriishProduce\bin\Release\* -DestinationPath FriishProduce_latest.zip

- name: Upload release
uses: softprops/action-gh-release@v2
with:
tag_name: latest
files: FriishProduce_latest.zip
append_body: false
draft: false
prerelease: true
name: "Latest build ${{ env.SHORT_SHA }}"
body: "This is the latest build as of ${{ env.DATE }}, autogenerated from the most recent commit ${{ env.SHORT_SHA }}.\n\n
**How to update manually:**
\n * Extract the files to your FriishProduce directory, overwriting the older versions, and delete any leftover files or folders that are no longer needed.
\n * It is recommended to also clear your previous settings by deleting the FriishProduce folder in your user's local app data directory.\n\n
Be sure to read [the wiki](https://catmanfan.github.io/friishproduce-wiki/about) for instructions and further details."
token: ${{ secrets.github_token }} # Required
set _a=${{ github.sha }}
echo SHORT_SHA=%_a:~0,7% >> $GITHUB_ENV
echo "GITHUB SHA IS %_a:~0,7%"
28 changes: 26 additions & 2 deletions FriishProduce/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"id": "00010001-4a4244__",
"region": [0, 1, 3, 7],
"emu_ver": [0, 0, 0, 0],
"titles": ["スーパードンキーコング2", "Donkey Kong Country 2", "Donkey Kong Country 2", "동키콩 컨트리 2"],
"titles": ["スーパードンキーコング2 ディクシー&ディディー", "Donkey Kong Country 2: Diddy's Kong Quest", "Donkey Kong Country 2: Diddy's Kong Quest", "동키콩 컨트리 2"],
"wad_titles": ["Super Donkey Kong 2 - Dixie & Diddy", "Donkey Kong Country 2 - Diddy's Kong Quest"]
},

Expand Down Expand Up @@ -156,7 +156,8 @@
"id": "00010001-4a4342__",
"region": [0, 1, 5],
"emu_ver": [1, 1, 1],
"titles": ["スーパーマリオRPG", "Super Mario RPG", "Super Mario RPG"]
"titles": ["スーパーマリオRPG", "Super Mario RPG: Legend of the Seven Stars"],
"wad_titles": ["Super Mario RPG"]
},

{
Expand Down Expand Up @@ -203,6 +204,14 @@
"emu_ver": [1, 1, 1, 3],
"titles": ["マリオカート64", "Mario Kart 64", "Mario Kart 64", "마리오 카트 64"]
},

{
"id": "00010001-4e4144__",
"region": [0, 1, 3, 7],
"emu_ver": [2, 2, 2, 3],
"titles": ["テン・エイティ スノーボーディング", "1080° Snowboarding", "1080° Snowboarding", "1080° 스노우보딩"],
"wad_titles": ["1080 Snowboarding"]
},

{
"id": "00010001-4e4143__",
Expand Down Expand Up @@ -441,6 +450,21 @@
"wad_titles": ["Ryuuko no Ken", "Art of Fighting"],
},

{
"id": "00010001-454148__",
"region": [0, 1, 3],
"emu_ver": [0, 0, 0],
"titles": ["ベースボールスターズ2", "Baseball Stars 2"]
},

{
"id": "00010001-454146__",
"region": [0, 1, 3],
"emu_ver": [0, 0, 0],
"titles": ["ラギ", "Blue's Journey"],
"wad_titles": ["Raguy", "Blue's Journey"],
},

{
"id": "00010001-45414e__",
"region": [0, 1, 3],
Expand Down

0 comments on commit 56d747c

Please sign in to comment.