From: tama3 Date: Sun, 2 Sep 2007 03:18:55 +0000 (+0000) Subject: update NSIS script X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5d4dc917bd3a32e4720951c5ac49e375d925d5c3;p=stigmata%2Fstigmata-core.git update NSIS script git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/stigmata/trunk@179 acee48c3-7b26-0410-bdac-b3d0e5314bbc --- diff --git a/src/bin/stigmata.ico b/src/bin/stigmata.ico index 55e541d..e0f54c2 100755 Binary files a/src/bin/stigmata.ico and b/src/bin/stigmata.ico differ diff --git a/src/bin/stigmata.nsi b/src/bin/stigmata.nsi index ff77476..b09f958 100755 --- a/src/bin/stigmata.nsi +++ b/src/bin/stigmata.nsi @@ -22,7 +22,7 @@ XPStyle on !addplugindir . -Section "" +Section "running-stigmata" System::Call "kernel32::CreateMutexA(i 0, i 0, t 'jelude') i .r1 ?e" Pop $R0 StrCmp $R0 0 +2 @@ -53,7 +53,7 @@ Section "" SetOverwrite ifdiff SetOutPath $TEMP File "..\..\target\${JARFILE}" - File "..\..\target\BrowserLauncher2-1.2.jar" + File "..\..\target\BrowserLauncher2-1.3.jar" File "..\..\target\commons-beanutils-1.7.0.jar" File "..\..\target\Jama-1.0.2.jar" File "..\..\target\commons-cli-1.1.jar" @@ -70,14 +70,14 @@ Section "" !endif ExecWait "$R0" - Delete "${JARFILE}" - Delete "BrowserLauncher2-1.2.jar" - Delete "commons-beanutils-1.7.0.jar" - Delete "Jama-1.0.2.jar" - Delete "commons-cli-1.1.jar" - Delete "xmlcli-1.2.1.jar" - Delete "asm-all-2.2.3.jar" - Delete "commons-logging-1.0.3.jar" + Delete "$TEMP\${JARFILE}" + Delete "$TEMP\BrowserLauncher2-1.3.jar" + Delete "$TEMP\commons-beanutils-1.7.0.jar" + Delete "$TEMP\Jama-1.0.2.jar" + Delete "$TEMP\commons-cli-1.1.jar" + Delete "$TEMP\xmlcli-1.2.1.jar" + Delete "$TEMP\asm-all-2.2.3.jar" + Delete "$TEMP\commons-logging-1.0.3.jar" Quit