Update dalamudpackager + manifest
This commit is contained in:
parent
4e33fa1038
commit
4101adaf4d
11
DalamudPackager.targets
Normal file
11
DalamudPackager.targets
Normal 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>
|
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors></Authors>
|
||||
<Company></Company>
|
||||
<Version>2.0.0.0</Version>
|
||||
<Version>2</Version>
|
||||
<Description>Slice is Right.</Description>
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl>https://github.com/carvelli/SliceIsRight</PackageProjectUrl>
|
||||
@ -22,12 +22,6 @@
|
||||
<GenerateDependencyFile>false</GenerateDependencyFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="SliceIsRight.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
|
||||
</PropertyGroup>
|
||||
@ -38,7 +32,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DalamudPackager" Version="2.1.2" />
|
||||
<PackageReference Include="DalamudPackager" Version="2.1.5" />
|
||||
<Reference Include="FFXIVClientStructs">
|
||||
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
|
||||
<Private>false</Private>
|
||||
@ -69,4 +63,10 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="SliceIsRight.yaml">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -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
10
SliceIsRight.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user