File tree 4 files changed +19
-13
lines changed
4 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 96
96
97
97
<!-- KS Release Changelogs -->
98
98
<ItemGroup >
99
- <EmbeddedResource Include =" ..\..\tools \changes.chg" >
99
+ <EmbeddedResource Include =" ..\..\vnd \changes.chg" >
100
100
<LogicalName >Nitrocid.Resources.changes.chg</LogicalName >
101
101
<Visible >false</Visible >
102
102
</EmbeddedResource >
Original file line number Diff line number Diff line change
1
+ Nitrocid KS 0.1.3 changes
2
+ =========================
3
+
4
+ Released TBD; codename TBD
5
+
6
+ TBD...
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ echo There was an error trying to pack binary (%errorlevel%).
19
19
goto :finished
20
20
21
21
: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
28
28
29
29
:finished
Original file line number Diff line number Diff line change @@ -82,17 +82,17 @@ packall() {
82
82
checkerror $? " Failed to pack"
83
83
84
84
# Inform success
85
- mv /tmp/$ksversion -bin.zip $ROOTDIR /tools
85
+ mv /tmp/$ksversion -bin.zip $ROOTDIR /vnd
86
86
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
88
88
checkerror $? " Failed to move archive from temporary folder"
89
- mv /tmp/$ksversion -addons.zip $ROOTDIR /tools
89
+ mv /tmp/$ksversion -addons.zip $ROOTDIR /vnd
90
90
checkerror $? " Failed to move archive from temporary folder"
91
- mv /tmp/$ksversion -analyzers.zip $ROOTDIR /tools
91
+ mv /tmp/$ksversion -analyzers.zip $ROOTDIR /vnd
92
92
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
94
94
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
96
96
checkerror $? " Failed to copy changelogs"
97
97
}
98
98
You can’t perform that action at this time.
0 commit comments