Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzo committed Jul 22, 2024
1 parent 2b6418c commit a784fa9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
7 changes: 0 additions & 7 deletions projects/Boneworks/SpeedrunTools/thunderstore/manifest.json

This file was deleted.

28 changes: 28 additions & 0 deletions projects/Boneworks/SpeedrunTools/thunderstore/thunderstore.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[config]
schemaVersion = "0.0.1"


[package]
namespace = "jakzo"
name = "SpeedrunTools"
versionNumber = "2.3.3"
description = "Utilities for Boneworks speedrunning."
websiteUrl = "https://github.com/jakzo/SlzMods/tree/main/projects/Boneworks/SpeedrunTools"
containsNsfwContent = false

[package.dependencies]


[build]
icon = "./icon.png"
readme = "./generated-README.md"
outdir = "./build"


[publish]
repository = "https://thunderstore.io"
communities = [ "boneworks" ]

[publish.categories]
boneworks = [ "code-mods" ]

2 changes: 1 addition & 1 deletion projects/LiveSplit/BoneworksHundredStatus/src/Factory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public IComponent Create(LiveSplitState state) =>
"https://raw.githubusercontent.com/jakzo/SlzMods/main/projects/LiveSplit/BoneworksHundredStatus/";

public string XMLURL =>
$"{UpdateURL}update.LiveSplit.BoneworksHundredStatus.xml";
UpdateURL + "update.LiveSplit.BoneworksHundredStatus.xml";

public Version Version =>
Version.Parse(Sst.Livesplit.BoneworksHundredStatus.AppVersion.Value);
Expand Down

0 comments on commit a784fa9

Please sign in to comment.