Skip to content

Commit fbde458

Browse files
committed
move gbtoolsid to bin/
1 parent 3b63d25 commit fbde458

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ shell:
2929

3030
# Pull gbtoolsid so it can be used in the sync-db
3131
prepare-gbtid:
32-
cd scripts && wget https://github.com/bbbbbr/gbtoolsid/releases/download/v1.5.2/gbtoolsid_linux.zip && unzip gbtoolsid_linux.zip
32+
cd scripts \
33+
&& rm -rf bin \
34+
&& mkdir bin \
35+
&& cd bin \
36+
&& wget https://github.com/bbbbbr/gbtoolsid/releases/download/v1.5.2/gbtoolsid_linux.zip \
37+
&& unzip gbtoolsid_linux.zip

scripts/sync_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def run():
139139
try:
140140
gbtoolsid_out = subprocess.check_output(
141141
[
142-
"./scripts/gbtoolsid",
142+
"./scripts/bin/gbtoolsid",
143143
"-oj",
144144
f"{folder}/entries/{game}/{romfile}",
145145
]

0 commit comments

Comments
 (0)