Skip to content

Commit 3569b76

Browse files
committed
int - Fixed errors regarding changes.chg
--- Type: int Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent df5eb4f commit 3569b76

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

public/Nitrocid/Nitrocid.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
<!-- KS Release Changelogs -->
9898
<ItemGroup>
99-
<EmbeddedResource Include="..\..\tools\changes.chg">
99+
<EmbeddedResource Include="..\..\vnd\changes.chg">
100100
<LogicalName>Nitrocid.Resources.changes.chg</LogicalName>
101101
<Visible>false</Visible>
102102
</EmbeddedResource>

vnd/changes.chg

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Nitrocid KS 0.1.3 changes
2+
=========================
3+
4+
Released TBD; codename TBD
5+
6+
TBD...

vnd/vendor-pack.cmd

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ echo There was an error trying to pack binary (%errorlevel%).
1919
goto :finished
2020

2121
:complete
22-
move %temp%\%version%-bin.zip %ROOTDIR%\tools\
23-
move %temp%\%version%-bin-lite.zip %ROOTDIR%\tools\
24-
move %temp%\%version%-addons.zip %ROOTDIR%\tools\
25-
move %temp%\%version%-analyzers.zip %ROOTDIR%\tools\
26-
move %temp%\%version%-mod-analyzer.zip %ROOTDIR%\tools\
27-
copy %ROOTDIR%\tools\changes.chg %ROOTDIR%\tools\%version%-changes.chg
22+
move %temp%\%version%-bin.zip %ROOTDIR%\vnd\
23+
move %temp%\%version%-bin-lite.zip %ROOTDIR%\vnd\
24+
move %temp%\%version%-addons.zip %ROOTDIR%\vnd\
25+
move %temp%\%version%-analyzers.zip %ROOTDIR%\vnd\
26+
move %temp%\%version%-mod-analyzer.zip %ROOTDIR%\vnd\
27+
copy %ROOTDIR%\vnd\changes.chg %ROOTDIR%\vnd\%version%-changes.chg
2828

2929
:finished

vnd/vendor.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ packall() {
8282
checkerror $? "Failed to pack"
8383

8484
# Inform success
85-
mv /tmp/$ksversion-bin.zip $ROOTDIR/tools
85+
mv /tmp/$ksversion-bin.zip $ROOTDIR/vnd
8686
checkerror $? "Failed to move archive from temporary folder"
87-
mv /tmp/$ksversion-bin-lite.zip $ROOTDIR/tools
87+
mv /tmp/$ksversion-bin-lite.zip $ROOTDIR/vnd
8888
checkerror $? "Failed to move archive from temporary folder"
89-
mv /tmp/$ksversion-addons.zip $ROOTDIR/tools
89+
mv /tmp/$ksversion-addons.zip $ROOTDIR/vnd
9090
checkerror $? "Failed to move archive from temporary folder"
91-
mv /tmp/$ksversion-analyzers.zip $ROOTDIR/tools
91+
mv /tmp/$ksversion-analyzers.zip $ROOTDIR/vnd
9292
checkerror $? "Failed to move archive from temporary folder"
93-
mv /tmp/$ksversion-mod-analyzer.zip $ROOTDIR/tools
93+
mv /tmp/$ksversion-mod-analyzer.zip $ROOTDIR/vnd
9494
checkerror $? "Failed to move archive from temporary folder"
95-
cp $ROOTDIR/tools/changes.chg $ROOTDIR/tools/$ksversion-changes.chg
95+
cp $ROOTDIR/vnd/changes.chg $ROOTDIR/vnd/$ksversion-changes.chg
9696
checkerror $? "Failed to copy changelogs"
9797
}
9898

0 commit comments

Comments
 (0)