From 453ce2566368f0f7c4c251c3b64ac1bb37f7d377 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 13 Jul 2011 20:36:36 +0200 Subject: [PATCH] reboot required --- CLIENT_DATA/setup32.ins | 4 ++++ build.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 47d7fb4..6a2dc6a 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -78,6 +78,10 @@ else ; comment "Successful Installation" ; endif + comment "Reboot" + ExitWindows /Reboot + + endif ;[Patches_install] diff --git a/build.sh b/build.sh index 4cbcd45..13455d7 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="jascpaintshop-pro5" VERSION="5.01" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="restrict"