alter on-disk representation

[?]
Jan 9, 2023, 8:25 PM
NWKIHJI5UNTW4BTWE6QP4Q3SGZ375PG6SIKYT5CNUWKYFC7APHMQC

Dependencies

  • [2] TNRO6KLZ new live app
  • [3] NTOJPPQN move temporary file out of user directory (if possible)
  • [4] OJLXS67N a prefix for metadata in the manifest
  • [5] SEJ76JDA keep templates in sync
  • [6] OFRGJFGI specify app in manifest
  • [7] ECUOUZI7 load manifest in correct order

Change contents

  • replacement in main.lua at line 95
    [2.3082][2.3082:3117]()
    if root == 'manifest' then
    [2.3082]
    [2.3117]
    if root == 'fwmanifest' then
  • replacement in main.lua at line 115
    [2.3558][2.3558:3593]()
    if root ~= 'manifest' then
    [2.3558]
    [2.3593]
    if root ~= 'fwmanifest' then
  • replacement in main.lua at line 150
    [2.4169][2.4169:4210]()
    return ('%04d-manifest'):format(index)
    [2.4169]
    [2.4210]
    return ('%04d-fwmanifest'):format(index)