v80.5
This commit is contained in:
2
BuildProcess/Substitute.txt
Normal file
2
BuildProcess/Substitute.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
#List of additional files that will be substituded when running VFPXDeployment for FoxBin2PRG
|
||||
docs\ChangeLog.md
|
||||
@@ -20,10 +20,27 @@ with toUpdateObject
|
||||
.VersionNumber = '{VERSION} - {VERSIONDATE}'
|
||||
.AvailableVersion = '{APPNAME}-{VERSION}-update-{VERSIONDATE}'
|
||||
.Notes = GetNotes()
|
||||
<<iif('{COMPONENT}' = 'No', '', '*')>> .RegisterWithThor = GetRegisterWithThor()
|
||||
.RegisterWithThor = GetRegisterWithThor()
|
||||
endwith
|
||||
return toUpdateObject
|
||||
|
||||
|
||||
procedure GetRegisterWithThor
|
||||
local lcCommand
|
||||
text to lcCommand noshow
|
||||
lcBase = EXECSCRIPT(_SCREEN.cThorDispatcher, 'Thor_Proc_GetFoxBin2PrgFolder')
|
||||
IF FILE(m.lcBase+"clean_copied_memo.prg") THEN
|
||||
*remove old crap
|
||||
DO m.lcBase+"clean_thorfolder.prg" WITH lcBase
|
||||
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.@@@ Edit this code as necessary. If you specify
|
||||
* the name of a change log file as the ChangeLog setting in ProjectSettings.txt,
|
||||
* the contents of that file are substituted for the CHANGELOG placeholder so
|
||||
|
||||
@@ -15,7 +15,8 @@ DO foxbin2prg.prg WITH lcVerno
|
||||
|
||||
*Set Thor verno
|
||||
pcVersion = m.lcVerno
|
||||
pcPJXFile = "foxbin2prg.pjx"
|
||||
pcFullVersion = m.lcVerno
|
||||
pcPJXFile = pcPJXFile &&"foxbin2prg.pjx"
|
||||
*Set FoxBin2Prg.exe verno
|
||||
For lnProject = 1 To _vfp.Projects.Count
|
||||
If Upper(Fullpath(m.pcPJXFile))==Upper(_vfp.Projects(m.lnProject).Name) Then
|
||||
|
||||
@@ -65,6 +65,9 @@ AppFile = FoxBin2Prg.exe
|
||||
*Remove all files from InstalledFiles folder if InstalledFiles.txt is given
|
||||
*Clear_InstalledFiles = No
|
||||
|
||||
*add a gitignore to InstalledFiles directory to not add this directory to git repository
|
||||
gitIgnore_InstalledFiles = Yes
|
||||
|
||||
*A different name for version file used to publish info on the remote server.
|
||||
*A help with old projects using a different name for the version file
|
||||
*VersionFile_Remote = {AppID}Version.txt
|
||||
Reference in New Issue
Block a user