improve: rename project

This commit is contained in:
h z
2025-02-06 01:30:53 +00:00
parent c47c2088cf
commit 022b64bc2c
10 changed files with 42 additions and 26 deletions

View File

@@ -1,11 +0,0 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="Scene">
<AdditionalFiles Include="Assets/**/*.tscn" />
</ItemGroup>
<Target Name="EnsureFolders" BeforeTargets="BeforeBuild">
<MakeDir Directories="$(ProjectDir)Assets" Condition="!Exists('$(ProjectDir)Assets')"/>
<MakeDir Directories="$(ProjectDir)Concepts" Condition="!Exists('$(ProjectDir)Concepts')"/>
<MakeDir Directories="$(ProjectDir)Registries" Condition="!Exists('$(ProjectDir)Registries')"/>
<MakeDir Directories="$(ProjectDir)Data" Condition="!Exists('$(ProjectDir)Data')"/>
</Target>
</Project>

View File

@@ -1,2 +0,0 @@
#!/bin/bash
dotnet nuget push "$(ls -t ../.godot/mono/temp/bin/Debug/Hangman.SDK.*.nupkg | head -n 1)" --source hangman-lab