Skip to content

Commit

Permalink
chore: set up manifestation
Browse files Browse the repository at this point in the history
  • Loading branch information
puppy-girl committed Nov 20, 2024
1 parent 1d39c76 commit 01d5810
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
bin/
obj/

thunderstore/GDWeave
manifestation/
manifestation.exe
14 changes: 4 additions & 10 deletions TackleBox/TackleBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,14 @@
<Reference Include="Serilog" Private="false"/>
</ItemGroup>

<ItemGroup>
<None Include="../manifest.json" CopyToOutputDirectory="PreserveNewest"/>
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(GDWeavePath)' != ''">
<ItemGroup>
<ModFiles Include="../manifest.json"/>
<ModFiles Include="$(TargetDir)$(AssemblyName).dll"/>
<ModFiles Include="../project/$(AssemblyName).pck"/>
<_SourceFiles Include="$(OutDir)\**\*.*"/>
</ItemGroup>

<Copy
SourceFiles="@(ModFiles)"
DestinationFolder="$(GDWeavePath)/mods/$(AssemblyName)/"
<Copy
SourceFiles="@(_SourceFiles)"
DestinationFolder="$(GDWeavePath)/mods/$(AssemblyName)"
/>
</Target>
</Project>
File renamed without changes
11 changes: 0 additions & 11 deletions manifest.json

This file was deleted.

17 changes: 17 additions & 0 deletions manifestation.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
id = "TackleBox"
name = "TackleBox"
description = "A mod menu for WEBFISHING and config API for mod devs!"
version = "0.5.2"
homepage = "https://github.com/puppy-girl/TackleBox"
author = "Jade and Contributors"

icon = "icon.png"
readme = "thunderstore.md"

# both are optional here, pick what you want
[project]
csharp = "./TackleBox/TackleBox.csproj"
godot = "./project/project.godot"

[[dependencies]]
thunderstore_version = "NotNet-GDWeave-2.0.14"
File renamed without changes.
9 changes: 0 additions & 9 deletions thunderstore/manifest.json

This file was deleted.

0 comments on commit 01d5810

Please sign in to comment.