diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-22 15:49:39 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-22 15:49:39 +0200 |
commit | 615ab5513e79c4abc5bbe5c993587785b6a1738b (patch) | |
tree | 8630776536cec5ff775293fca49316f1c907d144 /spectro/oemarch.c | |
parent | 3db384424bd7398ffbb7a355cab8f15f3add009f (diff) |
New upstream version 1.9.2+repackupstream/1.9.2+repack
Diffstat (limited to 'spectro/oemarch.c')
-rw-r--r-- | spectro/oemarch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spectro/oemarch.c b/spectro/oemarch.c index be9abf3..c8775bf 100644 --- a/spectro/oemarch.c +++ b/spectro/oemarch.c @@ -119,7 +119,8 @@ oem_target oemtargs = { { "/PhotoCAL/PhotoCAL Setup.exe", targ_spyd2_pld }, { "/OptiCAL/OptiCAL Setup.exe", targ_spyd2_pld }, { "/setup/setup.exe", targ_spyd2_pld }, - { "/Data/setup.exe", targ_spyd_cal }, +// { "/Data/setup.exe", targ_spyd_cal }, + { "/Data/Setup.exe", targ_spyd_cal }, { "/Installer/Setup.exe", targ_i1d3_edr }, { "/Installer/ColorMunkiDisplaySetup.exe", targ_i1d3_edr }, { NULL } |