Skip to content

Commit e280058

Browse files
committed
repoint dev script to forked repo
1 parent e43884d commit e280058

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup_dev.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ npm install
88
# EmulatorJS
99
curl -o \
1010
/tmp/emulatorjs-blob.tar.gz -L \
11-
"https://github.com/ethanaobrien/emulatorjs/archive/main.tar.gz"
11+
"https://github.com/thelamer/emulatorjs/archive/main.tar.gz"
1212
tar xf \
1313
/tmp/emulatorjs-blob.tar.gz -C \
1414
frontend/ --strip-components=1
15-
rm -f \
16-
frontend/data/{snes*,sega*,vb*,ws*,a2600*,a7800*,arcade*,bluemsx*,gb*,jaguar*,lynx*,mame*,msx*,nds*,nes*,ngp*,pce*,saturn*,psx*}
17-
rm -Rf frontend/docs
1815
# Custom cores
1916
curl -o \
2017
/tmp/custom-cores.tar.gz -L \

0 commit comments

Comments
 (0)