Skip to content

Commit

Permalink
update spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xnot committed May 25, 2024
1 parent 32e7ee3 commit 40d657f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mangadex_mass_uploader/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ a = Analysis(
binaries=[],
datas=[
("../assets/mangadex.png", "./assets/"),
("../assets/mass_editor.ico", "./assets/"),
("../assets/mass_editor.png", "./assets/"),
("../assets/mass_editor.svg", "./assets/"),
("../assets/mass_reactivator.png", "./assets/"),
("../assets/mass_uploader.ico", "./assets/"),
("../assets/mass_uploader.png", "./assets/"),
("../assets/mass_uploader.svg", "./assets/"),
("../assets/NotoSansJP-Regular.ttf", "./assets/"),
("chapter_parser.py", "./"),
("kivy_config.py", "./"),
("main.kv", "./"),
("mangadex_api.py", "./"),
("mass_editor.py", "./"),
("mass_editor.kv", "./"),
("mass_reactivator.py", "./"),
("mass_reactivator.kv", "./"),
("mass_uploader.py", "./"),
("mass_uploader.kv", "./"),
("utils.py", "./"),
Expand All @@ -39,7 +39,6 @@ a = Analysis(
("widgets/preview_output.kv", "./widgets"),
("widgets/scrollbar_view.py", "./widgets"),
("widgets/scrollbar_view.kv", "./widgets"),

],
hiddenimports=["plyer.platforms.win.filechooser"],
hookspath=[],
Expand Down

0 comments on commit 40d657f

Please sign in to comment.