Browse Source

Ensure syncthing version changes are picked up

'touch' by default uses the date the compiler was built, not the current system date
Antony Male 10 years ago
parent
commit
f29dd3431f
2 changed files with 2 additions and 0 deletions
  1. 1 0
      installer/x64/installer-x64.iss
  2. 1 0
      installer/x86/installer-x86.iss

+ 1 - 0
installer/x64/installer-x64.iss

@@ -37,6 +37,7 @@ ArchitecturesAllowed=x64
 ; Unintuitive - but we forcefully close SyncTrayzor ourselves (because the CEF subprocess doesn't exit when asked to)
 ; If we allow this, then the user gets a 'stopped programs?' prompt. If they hit 'no', then SyncTrayzor is still stopped, by us.
 CloseApplications=no
+TouchDate=current
 
 [Languages]
 Name: "english"; MessagesFile: "compiler:Default.isl"

+ 1 - 0
installer/x86/installer-x86.iss

@@ -35,6 +35,7 @@ PrivilegesRequired=admin
 ; Unintuitive - but we forcefully close SyncTrayzor ourselves (because the CEF subprocess doesn't exit when asked to)
 ; If we allow this, then the user gets a 'stopped programs?' prompt. If they hit 'no', then SyncTrayzor is still stopped, by us.
 CloseApplications=no
+TouchDate=current
 
 [Languages]
 Name: "english"; MessagesFile: "compiler:Default.isl"