mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Update build script to trim version number
This commit is contained in:
parent
f461811050
commit
704a2855ca
1 changed files with 1 additions and 1 deletions
2
pack.php
2
pack.php
|
@ -37,7 +37,7 @@ $core = str_replace([
|
||||||
"{version}"
|
"{version}"
|
||||||
], [
|
], [
|
||||||
$settings,
|
$settings,
|
||||||
file_get_contents("version")
|
trim(file_get_contents("version"))
|
||||||
], $core);
|
], $core);
|
||||||
|
|
||||||
$result = $core;
|
$result = $core;
|
||||||
|
|
Loading…
Reference in a new issue