Ver Fonte

Ensure syncthing version changes are picked up

'touch' by default uses the date the compiler was built, not the current system date
Antony Male há 10 anos atrás
pai
commit
f29dd3431f
2 ficheiros alterados com 2 adições e 0 exclusões
  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"