OSDN Git Service

update NSIS script
authortama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Sun, 2 Sep 2007 03:18:55 +0000 (03:18 +0000)
committertama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Sun, 2 Sep 2007 03:18:55 +0000 (03:18 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/stigmata/trunk@179 acee48c3-7b26-0410-bdac-b3d0e5314bbc

src/bin/stigmata.ico
src/bin/stigmata.nsi

index 55e541d..e0f54c2 100755 (executable)
Binary files a/src/bin/stigmata.ico and b/src/bin/stigmata.ico differ
index ff77476..b09f958 100755 (executable)
@@ -22,7 +22,7 @@ XPStyle on
 \r
 !addplugindir .\r
 \r
-Section ""\r
+Section "running-stigmata"\r
   System::Call "kernel32::CreateMutexA(i 0, i 0, t 'jelude') i .r1 ?e"\r
   Pop $R0\r
   StrCmp $R0 0 +2\r
@@ -53,7 +53,7 @@ Section ""
   SetOverwrite ifdiff\r
   SetOutPath $TEMP\r
   File "..\..\target\${JARFILE}"\r
-  File "..\..\target\BrowserLauncher2-1.2.jar"\r
+  File "..\..\target\BrowserLauncher2-1.3.jar"\r
   File "..\..\target\commons-beanutils-1.7.0.jar"\r
   File "..\..\target\Jama-1.0.2.jar"\r
   File "..\..\target\commons-cli-1.1.jar"\r
@@ -70,14 +70,14 @@ Section ""
   !endif\r
 \r
   ExecWait "$R0"\r
-  Delete "${JARFILE}"\r
-  Delete "BrowserLauncher2-1.2.jar"\r
-  Delete "commons-beanutils-1.7.0.jar"\r
-  Delete "Jama-1.0.2.jar"\r
-  Delete "commons-cli-1.1.jar"\r
-  Delete "xmlcli-1.2.1.jar"\r
-  Delete "asm-all-2.2.3.jar"\r
-  Delete "commons-logging-1.0.3.jar"\r
+  Delete "$TEMP\${JARFILE}"\r
+  Delete "$TEMP\BrowserLauncher2-1.3.jar"\r
+  Delete "$TEMP\commons-beanutils-1.7.0.jar"\r
+  Delete "$TEMP\Jama-1.0.2.jar"\r
+  Delete "$TEMP\commons-cli-1.1.jar"\r
+  Delete "$TEMP\xmlcli-1.2.1.jar"\r
+  Delete "$TEMP\asm-all-2.2.3.jar"\r
+  Delete "$TEMP\commons-logging-1.0.3.jar"\r
 \r
   Quit\r
 \r