Skip to content

Commit

Permalink
Remove symbolic links (#3369)
Browse files Browse the repository at this point in the history
* Validate symbolic links and add clear instructions for Windows devs

* copy files instead of sym links

* type changed

---------

Co-authored-by: Yi Zhang <you@example.com>
  • Loading branch information
zhangyiatmicrosoft and Yi Zhang authored Nov 16, 2023
1 parent da1777a commit 06d952c
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/integration/assets/sprites/icon-text-fit-1x@2x.json

This file was deleted.

26 changes: 26 additions & 0 deletions test/integration/assets/sprites/icon-text-fit-1x@2x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"label": {
"x": 0,
"y": 0,
"width": 76,
"height": 38,
"pixelRatio": 1,
"sdf": false
},
"small-box": {
"x": 76,
"y": 0,
"width": 18,
"height": 10,
"pixelRatio": 1,
"sdf": false
},
"tall-box": {
"x": 76,
"y": 10,
"width": 18,
"height": 28,
"pixelRatio": 1,
"sdf": false
}
}
1 change: 0 additions & 1 deletion test/integration/assets/sprites/icon-text-fit-1x@2x.png

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion test/integration/assets/sprites/icon-text-fit-2x.json

This file was deleted.

26 changes: 26 additions & 0 deletions test/integration/assets/sprites/icon-text-fit-2x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"label": {
"x": 0,
"y": 0,
"width": 152,
"height": 76,
"pixelRatio": 2,
"sdf": false
},
"small-box": {
"x": 152,
"y": 0,
"width": 36,
"height": 20,
"pixelRatio": 2,
"sdf": false
},
"tall-box": {
"x": 152,
"y": 20,
"width": 36,
"height": 56,
"pixelRatio": 2,
"sdf": false
}
}
1 change: 0 additions & 1 deletion test/integration/assets/sprites/icon-text-fit-2x.png

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06d952c

Please sign in to comment.