aboutsummaryrefslogtreecommitdiff
path: root/back-end
diff options
context:
space:
mode:
Diffstat (limited to 'back-end')
-rw-r--r--back-end/Taskfile.yaml2
-rw-r--r--back-end/src/SimpleBookmark.csproj4
2 files changed, 3 insertions, 3 deletions
diff --git a/back-end/Taskfile.yaml b/back-end/Taskfile.yaml
index fce8399..92448fe 100644
--- a/back-end/Taskfile.yaml
+++ b/back-end/Taskfile.yaml
@@ -26,7 +26,7 @@ tasks:
- task: packsource
#copy license to output dir
- - powershell -Command "cp '{{.MODULE_DIR}}/LICENSE.txt' -Destination '{{.OUT_DIR}}/LICENSE.txt'"
+ - powershell -Command "cp '{{.MODULE_DIR}}/LICENSE' -Destination '{{.OUT_DIR}}/LICENSE'"
#tar the plugin output and put it in the bin dir
- cd {{.OUT_DIR}} && tar -czvf '{{.USER_WORKING_DIR}}/bin/release.tgz' .
diff --git a/back-end/src/SimpleBookmark.csproj b/back-end/src/SimpleBookmark.csproj
index c1628e6..581c3af 100644
--- a/back-end/src/SimpleBookmark.csproj
+++ b/back-end/src/SimpleBookmark.csproj
@@ -17,7 +17,7 @@
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/simple-bookmark</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/simple-bookmark/tree/master/back-end</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
- <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
@@ -25,7 +25,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
- <None Include="..\..\LICENSE.txt">
+ <None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>