File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ echo "**************************************************************************
18
18
echo
19
19
20
20
# Ask for the version
21
- echo " What ReactOS version do you want to release? (e.g. \" 0.4.10 \" )"
21
+ echo " What ReactOS version do you want to release? (e.g. \" 0.4.12 \" )"
22
22
echo " This will be used as suffix for the built files."
23
- echo " If this is an RC, just hit RETURN without entering anything to use a suffix determined by Git (e.g. \" 0.4.10 -RC-25-gc828fce \" )."
23
+ echo " If this is an RC, just hit RETURN without entering anything to use a suffix determined by Git (e.g. \" 0.4.12 -RC-5-g8449527 \" )."
24
24
read version
25
25
echo
26
26
27
27
# Ask for the branch name
28
28
while [ " $branch_name " = " " ]; do
29
- echo " What is the name of the Git branch? (e.g. \" ros-branch-0_4_0 \" )"
29
+ echo " What is the name of the Git branch? (e.g. \" releases/0.4.12 \" )"
30
30
read branch_name
31
31
echo
32
32
done
Original file line number Diff line number Diff line change 44
44
# Build ReactOS
45
45
cd " ${REPODIR} " || exit 1
46
46
./configure.sh -DENABLE_ROSAPPS=1 -DENABLE_WALLPAPERS=1 || exit 1
47
- cd " ${REPODIR} /${OUTPUTDIR} /reactos " || exit 1
47
+ cd " ${REPODIR} /${OUTPUTDIR} " || exit 1
48
48
ninja bootcd || exit 1
49
49
ninja livecd || exit 1
50
50
You can’t perform that action at this time.
0 commit comments