feat: fix build not working.
This commit is contained in:
parent
0f3c4588e4
commit
053ff7dc06
2 changed files with 4 additions and 4 deletions
|
|
@ -9,8 +9,8 @@ with pkgs.python3Packages;
|
||||||
|
|
||||||
# dependencies = [requests pkgs.aria2];
|
# dependencies = [requests pkgs.aria2];
|
||||||
|
|
||||||
meta.mainProgram = "hb-downloader";
|
meta.mainProgram = "extract-romset";
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv -v $out/bin/hb_downloader.py $out/bin/hb-downloader
|
mv -v $out/bin/extract_romset.py $out/bin/extract-romset
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -8,8 +8,8 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name="extract-romset",
|
name="extract-romset",
|
||||||
version="1.0",
|
version="1.0",
|
||||||
install_requires=install_requires,
|
# install_requires=install_requires,
|
||||||
scripts=[
|
scripts=[
|
||||||
"extract-romset.py",
|
"extract_romset.py",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue