Parcourir la 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 il y a 10 ans
Parent
commit
f29dd3431f
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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"