diff --git a/generate-max.ps1 b/generate-max.ps1 index 72231a0..9806d55 100644 --- a/generate-max.ps1 +++ b/generate-max.ps1 @@ -1,5 +1,5 @@ $count = Get-ChildItem -Path ./* -Include *.mp4 | Measure-Object | Select-Object -ExpandProperty Count -$declaration = "export const MAX = " +$declaration = "const MAX = " $string = $declaration + $count $string | Out-File -Encoding utf8 -FilePath ".\max.js" \ No newline at end of file