We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境信息
粉丝牌助手版本:0.3.8
需要添加的功能内容
建议第18行由 os.chdir(os.path.dirname(os.path.abspath(file)).split(file)[0]) 改为 os.chdir(os.path.dirname(os.path.abspath(os.path.realpath(sys.argv[0]))).split(os.path.realpath(sys.argv[0]))[0])
方便用 pyinstaller -F 打包后编译执行
The text was updated successfully, but these errors were encountered:
No branches or pull requests
环境信息
粉丝牌助手版本:0.3.8
需要添加的功能内容
建议第18行由
os.chdir(os.path.dirname(os.path.abspath(file)).split(file)[0])
改为
os.chdir(os.path.dirname(os.path.abspath(os.path.realpath(sys.argv[0]))).split(os.path.realpath(sys.argv[0]))[0])
方便用 pyinstaller -F 打包后编译执行
The text was updated successfully, but these errors were encountered: