We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b63d25 commit fbde458Copy full SHA for fbde458
Makefile
@@ -29,4 +29,9 @@ shell:
29
30
# Pull gbtoolsid so it can be used in the sync-db
31
prepare-gbtid:
32
- cd scripts && wget https://github.com/bbbbbr/gbtoolsid/releases/download/v1.5.2/gbtoolsid_linux.zip && unzip gbtoolsid_linux.zip
+ 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
@@ -139,7 +139,7 @@ def run():
139
try:
140
gbtoolsid_out = subprocess.check_output(
141
[
142
- "./scripts/gbtoolsid",
+ "./scripts/bin/gbtoolsid",
143
"-oj",
144
f"{folder}/entries/{game}/{romfile}",
145
]
0 commit comments