mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
plugins/spine4.1/copy-to-examples.js path fixed
This commit is contained in:
parent
c194b67429
commit
6c3f137141
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
var fs = require('fs-extra');
|
var fs = require('fs-extra');
|
||||||
|
|
||||||
var source = './plugins/spine4.1/dist/';
|
var source = './plugins/spine4.1/dist/';
|
||||||
var dest = '../phaser3-examples/public/plugins/3.8.95/';
|
var dest = '../phaser3-examples/public/plugins/spine4.1/';
|
||||||
|
|
||||||
if (fs.existsSync(dest))
|
if (fs.existsSync(dest))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue