Recompilación y actualización archivo de versiones
This commit is contained in:
@@ -54,10 +54,10 @@ try
|
||||
# Read in the update file
|
||||
$date = Get-Date
|
||||
$file = $appID + 'Version.txt'
|
||||
(Get-Content ThorUpdater\Version.txt).
|
||||
Replace('date()', 'date(' + $date.Year + ',' + $date.Month + ',' + $date.Day + ')').
|
||||
Replace('APPNAME', $appName).
|
||||
Replace('MAJORVERSION', $majorVersion) |
|
||||
(Get-Content ThorUpdater\Version.txt)
|
||||
.Replace('date()', 'date(' + $date.Year + ',' + $date.Month + ',' + $date.Day + ')')
|
||||
.Replace('APPNAME', $appName)
|
||||
.Replace('MAJORVERSION', $majorVersion) |
|
||||
Set-Content ThorUpdater\$file
|
||||
Write-Host "Update creation successful"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
appName = FoxBin2Prg
|
||||
appID = FoxBin2Prg
|
||||
majorVersion = 1.19.51.4
|
||||
majorVersion = 1.19.51.5
|
||||
excludeFiles = *.bak,*.bat,*.fxp,*.tbk,*.tmp,*.dat,*.log,*.cvp,README.md,.gitignore,*.zip*,*.7z*,*- copia.*,*.private.*,test_*.*,xx*.*,*.lnk,vfp_init.*,tmp*.*,*.err, *.conflict.*, *.private.*
|
||||
excludeFolders = *.plastic*,*ThorUpdater*,*Documentacion*,*foxunit*,*foxunit_*,*pruebas varias*,*versiones*,*datos_test*
|
||||
|
||||
Reference in New Issue
Block a user