From 1bc434b3707c48757eb87659c6360d936905b1a5 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 19:27:49 +0100 Subject: [PATCH 1/2] - Fix: Added cleanup --- builder-targets-cb.sh | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 639eff1..98e364f 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -18,43 +18,7 @@ # callbacks: # ############################################################################## - -#function config() { -# echo "Config - doing some commands before calling the builder_config" -# builder_config -# echo "Config - doing some commands after calling the builder_config" -#} - -#function prepare() { -# echo "Prepare" -# builder_prepare -#} - -function retrieve() { - echo "Retrieve" - builder_retrieve -} - -function create() { - echo "Create" - builder_create -} - -function package() { - echo "Package" - builder_package -} - -function publish() { - echo "Publish" - builder_publish -} - -function commit() { - echo "Commit" - # builder_commit -} function cleanup() { echo "Cleanup: output_dir: $output_dir" - # builder_cleanup + builder_cleanup } From f1e10c8be2e91a820c603b72a91a640f07c2246e Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Wed, 8 Feb 2012 21:01:12 +0100 Subject: [PATCH 2/2] fix: Fixed variable name --- CLIENT_DATA/setup.ins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index 1eb7222..5e4c709 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -99,7 +99,7 @@ endif ; You can use $LicenseKey$ var to pass a license key to the installer ; ; === Nullsoft Scriptable Install System ================================================================ -"Install32Exe" /S /D="$InstallDir32$" +"$Install32Exe$" /S /D="$InstallDir32$" "%ScriptPath%\associate.cmd" [Files_install_32]