Removed precommit.bat and made scripts extensionless.

This commit is contained in:
flash 2024-08-03 22:10:04 +00:00
parent eeb01d558d
commit 1c349af445
5 changed files with 5 additions and 12 deletions

View file

@ -1 +1 @@
0.2408.32202 0.2408.32209

View file

@ -1,9 +0,0 @@
@echo off
pushd .
cd %~dp0
php update-headers.php
php update-version.php
popd

View file

@ -3,7 +3,7 @@
pushd . pushd .
cd $(dirname "$0") cd $(dirname "$0")
php update-headers.php ./update-headers
php update-version.php ./update-version
popd popd

1
tools/update-headers.php → tools/update-headers Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php <?php
// this file sucks, screws up the header if incomplete // this file sucks, screws up the header if incomplete
// successfully corrects filenames though // successfully corrects filenames though

1
tools/update-version.php → tools/update-version Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php <?php
// Updates the VERSION file (prerelease stage only, remove this when 1.0.0) // Updates the VERSION file (prerelease stage only, remove this when 1.0.0)