Update dalamudpackager + manifest

master
Liza 2021-12-15 19:31:58 +01:00
parent 4e33fa1038
commit 4101adaf4d
4 changed files with 29 additions and 21 deletions

11
DalamudPackager.targets Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<DalamudPackager
ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
MakeZip="true"
VersionComponents="1"/>
</Target>
</Project>

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors></Authors> <Authors></Authors>
<Company></Company> <Company></Company>
<Version>2.0.0.0</Version> <Version>2</Version>
<Description>Slice is Right.</Description> <Description>Slice is Right.</Description>
<Copyright></Copyright> <Copyright></Copyright>
<PackageProjectUrl>https://github.com/carvelli/SliceIsRight</PackageProjectUrl> <PackageProjectUrl>https://github.com/carvelli/SliceIsRight</PackageProjectUrl>
@ -22,12 +22,6 @@
<GenerateDependencyFile>false</GenerateDependencyFile> <GenerateDependencyFile>false</GenerateDependencyFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Content Include="SliceIsRight.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<PropertyGroup> <PropertyGroup>
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath> <DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
</PropertyGroup> </PropertyGroup>
@ -38,7 +32,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.2" /> <PackageReference Include="DalamudPackager" Version="2.1.5" />
<Reference Include="FFXIVClientStructs"> <Reference Include="FFXIVClientStructs">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath> <HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<Private>false</Private> <Private>false</Private>
@ -69,4 +63,10 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="SliceIsRight.yaml">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project> </Project>

View File

@ -1,13 +0,0 @@
{
"Author": "Liza Carvelli",
"Name": "Slice is Right",
"Punchline": "Shows where Bamboo falls.",
"Description": "Shows where Bamboo falls.",
"InternalName": "SliceIsRight",
"DalamudApiLevel": 5,
"Tags": [
"gold saucer",
"yojimbo"
],
"RepoUrl": "https://github.com/carvelli/Slice-Is-Right"
}

10
SliceIsRight.yaml Normal file
View File

@ -0,0 +1,10 @@
author: Liza Carvelli
name: Slice is Right
punchline: Shows where Bamboo falls.
description: Shows where Bamboo falls.
internal_name: SliceIsRight
dalamud_api_level: 5
tags:
- gold saucer
- yojimbo
repo_url: https://github.com/carvelli/Slice-Is-Right