This commit is contained in:
Lutz
2023-08-08 11:45:42 +02:00
parent c4dad70680
commit 773ec206ac
2 changed files with 19 additions and 2 deletions

Binary file not shown.

View File

@@ -6,11 +6,28 @@ with toUpdateObject
.VersionNumber = '1.19.80 - 20230808'
.AvailableVersion = 'FoxBin2PRG-1.19.80-update-20230808'
.Notes = GetNotes()
* .RegisterWithThor = GetRegisterWithThor()
.RegisterWithThor = "SET STEP ON"+0h0d0a+"*"+NVL(EXECSCRIPT(_SCREEN.cThorDispatcher, 'Thor_Proc_GetFoxBin2PrgFolder'),'fail')
.RegisterWithThor = GetRegisterWithThor()
* .RegisterWithThor = "SET STEP ON"+0h0d0a+"*"+NVL(EXECSCRIPT(_SCREEN.cThorDispatcher, 'Thor_Proc_GetFoxBin2PrgFolder'),'fail')
endwith
return toUpdateObject
procedure GetRegisterWithThor
local lcCommand
text to lcCommand noshow
SET STEP ON
lcBase = EXECSCRIPT(_SCREEN.cThorDispatcher, 'Thor_Proc_GetFoxBin2PrgFolder')
IF FILE(m.lcBase+"clean_copied_memo.prg") THEN
*old crap
DO m.lcBase+"clean_thorfolder.prg"
ENDIF &&FILE(m.lcBase+"clean_copied_memo.prg")
DELETE FILE (m.lcBase+"clean_thorfolder.*")
endtext
return lcCommand
endproc &&GetRegisterWithThor
* Get the notes for the project.
procedure GetNotes