Changes between Version 34 and Version 35 of Docs/825gen2/Dev/825Gen2ProjectReference


Ignore:
Timestamp:
04/24/26 08:48:10 (41 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/825Gen2ProjectReference

    v34 v35  
    175175# to show on the application menu button.
    176176# The menu icon must be saved as a 24-bit bmp. The width should be an even 4 pixels
    177 # such as 280 x 180
     177# such as 280 width x 180 height.
    178178# Additional files may be added. Documentation files (pdf format) will be available
    179179# in new style apps to view on the indicator in chromium from help/about screen.
    180 # If a web reports directory is provided include reports/*
     180# If a web reports directory is provided include reports/* to include the report files.
    181181tar -czvf <projectname>.tgz <projectname> <projectname>.8sg <projectname>.bmp <projectname>.ver <documentfilename>.pdf reports/*
    182182}}}