Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 6aaaed4

Browse files
committed
Add DotNetChecker.dll
1 parent 973c90c commit 6aaaed4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
16-
with:
17-
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
18-
1916

2017
# Install the .NET Core workload
2118
- name: Install .NET Core
@@ -43,7 +40,7 @@ jobs:
4340
uses: joncloud/makensis-action@v1
4441
with:
4542
script-file: .\bin\Release\SPEdit.nsi
46-
include-more-plugins: true
43+
include-custom-plugins-path: .\bin\Release\nsis-plugins
4744

4845
# Compress Portable Version
4946
- name: Compress Portable Version
65 KB
Binary file not shown.

Spedit.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@
429429
<ClInclude Include="Resources\Misc\Templates\Template_CSS.sp" />
430430
<ClInclude Include="Resources\Misc\Templates\Template_Generic.sp" />
431431
<ClInclude Include="Resources\Misc\Templates\Template_TF2.sp" />
432+
<Content Include="Deploy\nsis-plugins\DotNetChecker.dll" />
432433
</ItemGroup>
433434
<ItemGroup>
434435
<ClInclude Include="Resources\Misc\Configurations\sm_1_10_0_6478\include\admin.inc" />
@@ -515,6 +516,7 @@
515516
md ".\sourcepawn\temp"
516517
md ".\sourcepawn\scripts"
517518
md ".\sourcepawn\errorfiles"
519+
md ".\nsis-plugins"
518520
C:\Windows\system32\xcopy ".\..\..\Resources\Misc\Templates\*.*" ".\sourcepawn\templates\*.*" /e /y /q
519521
C:\Windows\system32\xcopy ".\..\..\Resources\Misc\Configurations" ".\sourcepawn\configs" /e /y /q
520522
copy ".\..\..\Resources\lang_0_spedit.xml" ".\lang_0_spedit.xml" /y
@@ -524,6 +526,7 @@
524526
copy ".\..\..\Deploy\FileAssociation.nsh" ".\FileAssociation.nsh" /y
525527
copy ".\..\..\Deploy\GPLv3.txt" ".\GPLv3.txt" /y
526528
copy ".\..\..\Deploy\icon.ico" ".\icon.ico" /y
529+
copy ".\..\..\Deploy\nsis-plugins\DotNetChecker.dll" ".\nsis-plugins\DotNetChecker.dll" /y
527530
</PostBuildEvent>
528531
</PropertyGroup>
529532
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)