@dcl/abgen-linux-x64 0.14.2 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BUILD-INFO.txt +6 -0
- package/abgen +0 -2
- package/bin/abgen.bin +0 -0
- package/lib/ld.so +0 -0
- package/lib/libc.so.6 +0 -0
- package/lib/libgcc_s.so.1 +0 -0
- package/lib/libm.so.6 +0 -0
- package/lib/libstdc++.so.6 +0 -0
- package/package.json +1 -1
- package/shader/scene_ignore_windows +0 -0
- package/template/all-types.windows.bundle +0 -0
- package/template/animated-types.windows.bundle +0 -0
- package/template/emote-types.windows.bundle +0 -0
- package/template/skinned-types.windows.bundle +0 -0
package/BUILD-INFO.txt
ADDED
package/abgen
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
2
|
here="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)"
|
|
3
|
-
export ABGEN_ROOT="${ABGEN_ROOT:-$here}"
|
|
4
|
-
export ABGEN_SHADER_BUNDLE="${ABGEN_SHADER_BUNDLE:-$here/shader/scene_ignore_windows}"
|
|
5
3
|
exec "$here/lib/ld.so" --library-path "$here/lib" "$here/bin/abgen.bin" "$@"
|
package/bin/abgen.bin
CHANGED
|
Binary file
|
package/lib/ld.so
CHANGED
|
Binary file
|
package/lib/libc.so.6
CHANGED
|
Binary file
|
package/lib/libgcc_s.so.1
CHANGED
|
Binary file
|
package/lib/libm.so.6
CHANGED
|
Binary file
|
package/lib/libstdc++.so.6
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|