SF.net SVN: unattended:[4347] trunk/install/scripts/gimp.bat
jjp3--- via unattended-cvs <[email protected]>
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4347
http://sourceforge.net/p/unattended/code/4347
Author: jjp3
Date: 2019-04-18 16:12:23 +0000 (Thu, 18 Apr 2019)
Log Message:
-----------
gimp-2.10.10
Modified Paths:
--------------
trunk/install/scripts/gimp.bat
Modified: trunk/install/scripts/gimp.bat
===================================================================
--- trunk/install/scripts/gimp.bat 2019-04-18 16:05:38 UTC (rev 4346)
+++ trunk/install/scripts/gimp.bat 2019-04-18 16:12:23 UTC (rev 4347)
@@ -1,6 +1,6 @@
::OPTIONAL: Install GIMP (2.10)
::HOME: http://download.gimp.org/pub/gimp/
-::URL|ALL|http://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.8-setup.exe|packages/gimp/gimp-2.10.8-x86-setup.exe
+::URL|ALL|http://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.10-setup.exe|packages/gimp/gimp-2.10.10-x86-setup.exe
::URL|ALL|http://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.0-x64-setup.exe|packages/gimp/gimp-2.10.0-amd64-setup.exe
@echo off
@@ -7,5 +7,5 @@
:: Create a link on the desktop
todo.pl "shortcut.pl \"%ProgramFiles%\GIMP 2\bin\gimp-2.10.exe\" special:AllUsersDesktop\Gimp2"
-:: Run the installers
-todo.pl "start /wait %Z%\packages\gimp\gimp-2.10.8-x86-setup.exe SP- /SILENT /NORESTART"
+:: Run the installers. Avoid amd64 for now.
+todo.pl "start /wait %Z%\packages\gimp\gimp-2.10.10-x86-setup.exe SP- /SILENT /NORESTART"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.