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

Commit ff7d37b

Browse files
committed
Improved release script
1 parent 09f9513 commit ff7d37b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

makerelease.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ cd 'Visual Studio Project Template C#'
22
& 'C:\Program Files\7-Zip\7z.exe' a -tzip NppPlugin.zip *
33
cd ..
44
& 'C:\Program Files\7-Zip\7z.exe' a -tzip c:\temp\nppDemoAndProjectTemplate.zip *
5-
cd 'Visual Studio Project Template C#'
6-
rm NppPlugin.zip
5+
rm 'Visual Studio Project Template C#\NppPlugin.zip'
76

87

98

0 commit comments

Comments
 (0)