diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index ae62de7..973d673 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -74,6 +74,10 @@ else ; else ; comment "Successful Installation" ; endif + + comment "Reboot" + ExitWindows /Reboot + endif diff --git a/build.sh b/build.sh index 8a968a5..06ca2e6 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="adobeindesign-cs2" VERSION="4.0" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="restrict"