Quellcode durchsuchen

Ensure syncthing version changes are picked up

'touch' by default uses the date the compiler was built, not the current system date
Antony Male vor 10 Jahren
Ursprung
Commit
f29dd3431f
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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"