Browse Source

Chore: add build time to appprofile.php

SukkaW 2 years ago
parent
commit
2f3be7926d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Build/build-sspanel-appprofile.ts

+ 2 - 0
Build/build-sspanel-appprofile.ts

@@ -129,6 +129,8 @@ function generateAppProfile(
   result.push(
   result.push(
     '<?php',
     '<?php',
     '',
     '',
+    `// Build ${new Date().toISOString()}`,
+    '',
     'declare(strict_types=1);',
     'declare(strict_types=1);',
     '',
     '',
     '$_ENV[\'Clash_Config\'] = [',
     '$_ENV[\'Clash_Config\'] = [',