Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmax committed Nov 2, 2024
1 parent b78e6a6 commit 12beac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion make-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ cp sdk_source_bin/physx-js-webidl.js ../../../../dist-debug/
cp sdk_source_bin/physx-js-webidl.wasm ../../../../dist-debug/

if [ -d "/src/types" ]; then
cp /src/types/physx-js-webidl.d.ts ../dist-debug/
cp /src/types/physx-js-webidl.d.ts /src/dist-debug/
fi
2 changes: 1 addition & 1 deletion make-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ cp sdk_source_bin/physx-js-webidl.js ../../../../dist-profile/
cp sdk_source_bin/physx-js-webidl.wasm ../../../../dist-profile/

if [ -d "/src/types" ]; then
cp /src/types/physx-js-webidl.d.ts ../dist-profile/
cp /src/types/physx-js-webidl.d.ts /src/dist-profile/
fi
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cp sdk_source_bin/physx-js-webidl.js ../../../../dist/
cp sdk_source_bin/physx-js-webidl.wasm ../../../../dist/

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

0 comments on commit 12beac4

Please sign in to comment.