v0.6.2 - Retour en onefile, suppression _internal
Changements : - Retour a --onefile : exe unique, plus besoin de _internal/ - Le fix Zone.Identifier (v0.5.9) resout le probleme de DLL pour les exe telecharges - Suppression de _internal/ du repo et ajout au .gitignore - build.bat simplifie Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Halifax)]} {
|
||||
LoadTimeZoneFile America/Halifax
|
||||
}
|
||||
set TZData(:Canada/Atlantic) $TZData(:America/Halifax)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Winnipeg)]} {
|
||||
LoadTimeZoneFile America/Winnipeg
|
||||
}
|
||||
set TZData(:Canada/Central) $TZData(:America/Winnipeg)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Toronto)]} {
|
||||
LoadTimeZoneFile America/Toronto
|
||||
}
|
||||
set TZData(:Canada/Eastern) $TZData(:America/Toronto)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Edmonton)]} {
|
||||
LoadTimeZoneFile America/Edmonton
|
||||
}
|
||||
set TZData(:Canada/Mountain) $TZData(:America/Edmonton)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/St_Johns)]} {
|
||||
LoadTimeZoneFile America/St_Johns
|
||||
}
|
||||
set TZData(:Canada/Newfoundland) $TZData(:America/St_Johns)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Vancouver)]} {
|
||||
LoadTimeZoneFile America/Vancouver
|
||||
}
|
||||
set TZData(:Canada/Pacific) $TZData(:America/Vancouver)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Regina)]} {
|
||||
LoadTimeZoneFile America/Regina
|
||||
}
|
||||
set TZData(:Canada/Saskatchewan) $TZData(:America/Regina)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Whitehorse)]} {
|
||||
LoadTimeZoneFile America/Whitehorse
|
||||
}
|
||||
set TZData(:Canada/Yukon) $TZData(:America/Whitehorse)
|
||||
Reference in New Issue
Block a user