Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit bfedaca

Browse files
committed
Make buildscript also copy pluginbase to VS folder
1 parent 4fc8a44 commit bfedaca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makerelease.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cd 'Visual Studio Project Template C#'
22
& 'C:\Program Files\7-Zip\7z.exe' a -tzip NppPlugin.zip *
3+
$path = [Environment]::GetFolderPath("MyDocuments")+'\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\'
4+
copy NppPlugin.zip $path
35
cd ..
46
& 'C:\Program Files\7-Zip\7z.exe' a -tzip c:\temp\nppDemoAndProjectTemplate.zip *
57
rm 'Visual Studio Project Template C#\NppPlugin.zip'

0 commit comments

Comments
 (0)