This repository was archived by the owner on Aug 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +16
-15
lines changed Expand file tree Collapse file tree 13 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 25
25
- name : Checkout Project
26
26
uses : actions/checkout@v3
27
27
with :
28
- path : ' ./packages/projects/projects/${{ github.event.repository.name }}'
28
+ path : ' ./packages/projects/projects/etherealengine/ ${{ github.event.repository.name }}'
29
29
- name : Use Node.js
30
30
uses : actions/setup-node@v3
31
31
with :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import { generateUUID } from 'three/src/math/MathUtils.js';
24
24
import { updateUserObjects } from './messenger' ;
25
25
26
26
import config from '@etherealengine/common/src/config' ;
27
- const assetURL = config . client . fileServer + '/projects/ee-bot/devtool'
27
+ const assetURL = config . client . fileServer + '/projects/etherealengine/ ee-bot/devtool'
28
28
29
29
const SELECTION_MOUSE_DOWN_THRESHOLD = 300 ;
30
30
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import {
20
20
} from '../js/messenger' ;
21
21
import config from '@etherealengine/common/src/config' ;
22
22
23
- const assetURL = config . client . fileServer + '/projects/ee-bot/devtool'
23
+ const assetURL = config . client . fileServer + '/projects/etherealengine/ ee-bot/devtool'
24
24
25
25
import { Joystick } from '../js/joystick' ;
26
26
import React from 'react' ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import React from 'react';
17
17
import { createAnalogPressFunction } from './controllers.jsx' ;
18
18
19
19
import config from '@etherealengine/common/src/config' ;
20
- const assetURL = config . client . fileServer + '/projects/ee-bot/devtool'
20
+ const assetURL = config . client . fileServer + '/projects/etherealengine/ ee-bot/devtool'
21
21
22
22
23
23
export default function HandPanel ( { deviceKey, device } ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
15
15
} from '../js/messenger' ;
16
16
import config from '@etherealengine/common/src/config' ;
17
17
18
- const assetURL = config . client . fileServer + '/projects/ee-bot/devtool'
18
+ const assetURL = config . client . fileServer + '/projects/etherealengine/ ee-bot/devtool'
19
19
20
20
import { DEVICE_DEFINITIONS } from '../js/devices' ;
21
21
import { EmulatorSettings } from '../js/emulatorStates' ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import React from 'react';
18
18
import { changeRoomDimension } from '../js/messenger' ;
19
19
20
20
import config from '@etherealengine/common/src/config' ;
21
- const assetURL = config . client . fileServer + '/projects/ee-bot/devtool'
21
+ const assetURL = config . client . fileServer + '/projects/etherealengine/ ee-bot/devtool'
22
22
23
23
export default function Inspector ( { device, inputMode } ) {
24
24
const sceneContainerRef = React . useRef ( ) ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import initKeyboardControl from '../js/keyboard';
14
14
15
15
16
16
import config from '@etherealengine/common/src/config' ;
17
- const assetURL = config . client . fileServer + '/projects/ee-bot/devtool'
17
+ const assetURL = config . client . fileServer + '/projects/etherealengine/ ee-bot/devtool'
18
18
19
19
export default function PoseBar ( { device, setInputMode } ) {
20
20
const saveDefaultPoseRef = React . useRef ( ) ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /app
16
16
17
17
COPY --from=builder /app ./
18
18
#Clone the repository and install dependecies
19
- WORKDIR /app/packages/projects/projects/ee-bot
19
+ WORKDIR /app/packages/projects/projects/etherealengine/ ee-bot
20
20
RUN git clone "https://github.com/SYBIOTE/ee-bot" .
21
21
RUN npm install
22
22
# run API
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ee-bot" ,
2
+ "name" : " etherealengine/ ee-bot" ,
3
3
"version" : " 0.0.0" ,
4
4
"engineVersion" : " 1.6.0" ,
5
5
"description" : " A test bot using puppeteer"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ee-bot" ,
2
+ "name" : " @etherealengine/ ee-bot" ,
3
3
"version" : " 0.5.8" ,
4
4
"description" : " A test bot using puppeteer" ,
5
5
"repository" : {
You can’t perform that action at this time.
0 commit comments