Skip to content

Commit 12beac4

Browse files
committed
fixed paths
1 parent b78e6a6 commit 12beac4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

make-debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ cp sdk_source_bin/physx-js-webidl.js ../../../../dist-debug/
99
cp sdk_source_bin/physx-js-webidl.wasm ../../../../dist-debug/
1010

1111
if [ -d "/src/types" ]; then
12-
cp /src/types/physx-js-webidl.d.ts ../dist-debug/
12+
cp /src/types/physx-js-webidl.d.ts /src/dist-debug/
1313
fi

make-profile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ cp sdk_source_bin/physx-js-webidl.js ../../../../dist-profile/
99
cp sdk_source_bin/physx-js-webidl.wasm ../../../../dist-profile/
1010

1111
if [ -d "/src/types" ]; then
12-
cp /src/types/physx-js-webidl.d.ts ../dist-profile/
12+
cp /src/types/physx-js-webidl.d.ts /src/dist-profile/
1313
fi

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ cp sdk_source_bin/physx-js-webidl.js ../../../../dist/
88
cp sdk_source_bin/physx-js-webidl.wasm ../../../../dist/
99

1010
if [ -d "/src/types" ]; then
11-
cp /src/types/physx-js-webidl.d.ts ../dist/
11+
cp /src/types/physx-js-webidl.d.ts /src/dist/
1212
fi

0 commit comments

Comments
 (0)