Change web client default tileset search path to data/maps/tileset
This commit is contained in:
parent
bb79b9f419
commit
5778cb85e9
2 changed files with 2 additions and 2 deletions
|
|
@ -794,7 +794,7 @@
|
|||
</copy>
|
||||
|
||||
<replaceregexp file="${build_webclient}/stendhal.html"
|
||||
match="data-tileset-path="/tileset""
|
||||
match="data-tileset-path="/data/maps/tileset""
|
||||
replace="data-tileset-path="/data/tileset""
|
||||
byline="false"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html data-data-path="/data" data-tileset-path="/tileset" data-ws="/ws/">
|
||||
<html data-data-path="/data" data-tileset-path="/data/maps/tileset" data-ws="/ws/">
|
||||
<!--
|
||||
/***************************************************************************
|
||||
* (C) Copyright 2014-2024 - Stendhal *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue