Skip to content

Commit

Permalink
Stop double copying of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cammm committed Feb 10, 2020
1 parent 58e651c commit f0ed153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ from distutils.dir_util import copy_tree
sys.modules['FixTk'] = None

a = Analysis(['../leaguedirector/app.py'],
binaries = [('../resources/', '.')],
binaries = [('../resources/*.dll', '.')],
datas = [],
hiddenimports = [],
hookspath = [],
Expand Down

6 comments on commit f0ed153

@facuromero25
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have a question, league director doesnt conect autmatically with the replay. i set enabled the apireplay in the config document, but doesnt work so, what could be the problem? sorry if i put this here but i dont found the place to consult

@lokoko99
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same with me. League director won't connect with replay. API replay is enabled in config file also and FPS camera is working in replay but again League director doesn't work. Any suggestions? Thanks in advance.

@facuromero25
Copy link

@facuromero25 facuromero25 commented on f0ed153 Sep 15, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RiotTuxedo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving comments on commits isn't the best place to debug issues with league director. If you'd like you can join the Developer Discord.

As for your specific issue, it sounds like it's related to this issue.

@tiagofridrich
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quanod eu instalo o programa ele ta dando erro de plugins alguem poderia me ajudar me chama no whats qualquer coisa 44 998771218

@ZetaDemigod
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, can someone help me please? I already configured the API and it still does not work for me, I appreciate if you please help me by teanviewer or whatever, I want to use the LeagueDirector but I could not, I already did the thing to go to the game folder and put General EnableApi = 1 but still nothing that helps me, please help, thank you.

Please sign in to comment.