Skip to content
New issue

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

setup.bat maybe has a bug, missing " #19

Open
hjonline opened this issue Dec 2, 2024 · 1 comment
Open

setup.bat maybe has a bug, missing " #19

hjonline opened this issue Dec 2, 2024 · 1 comment

Comments

@hjonline
Copy link

hjonline commented Dec 2, 2024

on windows , the official setup.bat is :
"E:\soft\reader\SilverDict\env\python.exe" -Xutf8 "E:\soft\reader\SilverDict\program\server\server.py 0.0.0.0:2628"
but , the runnable version is :
"E:\soft\reader\SilverDict\env\python.exe" -Xutf8 "E:\soft\reader\SilverDict\program\server\server.py" "0.0.0.0:2628"

@Crissium
Copy link
Owner

Crissium commented Dec 3, 2024

Thanks for pointing this out. This has actually been fixed already. Now the generated startup script is:

ECHO ON
set PYTHONUTF8=1
"D:\home\SilverDict\env\python.exe" -Xutf8 "D:\home\SilverDict\program\server\server.py" 0.0.0.0:2628
PAUSE

I'll release a new version as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants