Skip to content

Commit

Permalink
ELFENSJóN song
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumprocks1 committed Dec 16, 2023
1 parent 3bf5008 commit 7ea8563
Show file tree
Hide file tree
Showing 3 changed files with 8,630 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drum-game-web/B2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (!$BjsonName.EndsWith(".bjson")) {
}

$bjsonNameLeaf = Split-Path $BjsonName -LeafBase
$exportFolder = "../DrumGame/resources/dtx-exports/$bjsonNameLeaf-dtx"
$exportFolder = "../drum-game-private/resources/dtx-exports/$bjsonNameLeaf-dtx"
$zipTarget = (ls $exportFolder *.zip | sort LastWriteTime | select -last 1).FullName

$encodedCreds = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes($key))
Expand Down
5 changes: 5 additions & 0 deletions drum-game-web/src/dtx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"maps": [
{
"downloadUrl": "https://f005.backblazeb2.com/file/DrumGameDTX/ELFENSJoN%20-%20Akayake%20no%20Majo.zip",
"filename": "akayake-no-majo.bjson",
"date": "2023-12-15"
},
{
"date": "2023-12-7",
"filename": "inglass.bjson",
Expand Down
Loading

0 comments on commit 7ea8563

Please sign in to comment.