Skip to content

Commit

Permalink
we do not need to depend on customboomboxtracks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Dec 30, 2023
1 parent 525d8f3 commit a5d8522
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 32 deletions.
16 changes: 0 additions & 16 deletions .github/actions/fetch-custom-boombox-tracks/action.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- name: Install Thunderstore CLI
run: |
dotnet tool install -g tcli
- uses: ./.github/actions/fetch-custom-boombox-tracks
with:
version: 1.4.0
- name: Build solution
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
- name: Install Thunderstore CLI
run: |
dotnet tool install -g tcli
- uses: ./.github/actions/fetch-custom-boombox-tracks
with:
version: 1.4.0
- name: Build solution
run: |
Expand Down
6 changes: 0 additions & 6 deletions ConfiguredYoutubeBoombox/ConfiguredYoutubeBoombox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,10 @@
<Reference Include="UnityEngine.UI">
<HintPath>$(LETHAL_COMPANY_DIR)\Lethal Company_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="CustomBoomboxTracks.dll" Publicize="true">
<HintPath>$(TEST_PROFILE_DIR)\BepInEx\plugins\Steven-Custom_Boombox_Music\CustomBoomboxTracks.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup Condition="$(CI) == 'true'">
<PackageReference Include="LethalCompany.GameLibs.Steam" Version="45.0.2-alpha.1" />
<Reference Include="CustomBoomboxTracks.dll" Publicize="true">
<HintPath>../lib/CustomBoomboxTracks.dll</HintPath>
</Reference>
</ItemGroup>

<PropertyGroup Condition="$(CI) == 'true'">
Expand Down
1 change: 0 additions & 1 deletion ConfiguredYoutubeBoombox/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace ConfiguredYoutubeBoombox;

[BepInPlugin(MyPluginInfo.PLUGIN_GUID, MyPluginInfo.PLUGIN_NAME, MyPluginInfo.PLUGIN_VERSION)]
[BepInDependency("com.steven.lethalcompany.boomboxmusic", "1.4.0")]
public class Plugin : BaseUnityPlugin
{
#region Config
Expand Down
1 change: 0 additions & 1 deletion assets/thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ websiteUrl = "https://github.com/Lordfirespeed/ConfiguredYoutubeBoombox/"
containsNsfwContent = false
[package.dependencies]
BepInEx-BepInExPack = "5.4.2100"
2018-LC_API = "3.2.2"

[build]
icon = "./icon.png"
Expand Down

0 comments on commit a5d8522

Please sign in to comment.