This repository was archived by the owner on Sep 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" />
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
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.
You can’t perform that action at this time.
0 commit comments