| At line 8 changed 1 line. |
| In verifier, we need to reading the application zip contents on both server side and client side, and then make the comparision. On the server side, since the application zip contents already have been extracted into server side directory, we keep using the existing code (reding from directory) and do not change anything. |
| In environment verification, we need to read the application zip contents on client side, while for environment export, we need to read the application contents on the server side. On the server side, since the application contents already have been extracted into server side directory, we keep using the existing code (reding from directory) and do not change anything. |