mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
🚿 path fix
This commit is contained in:
@@ -131,7 +131,7 @@ if(!is_dir(BUILDDIR.'/html/')){
|
||||
mkdir(BUILDDIR.'/html/');
|
||||
}
|
||||
|
||||
copy('./benchmark.css', BUILDDIR.'/html/benchmark.css');
|
||||
copy(__DIR__.'/benchmark.css', BUILDDIR.'/html/benchmark.css');
|
||||
|
||||
foreach($html as $file => $content){
|
||||
file_put_contents(BUILDDIR.'/html/'.$file.'.html', implode("\n", $content));
|
||||
|
||||
Reference in New Issue
Block a user