Release v6.5.0

This commit is contained in:
SuperSonic 2019-09-01 12:17:55 +08:00
parent 07e02cf475
commit 96e23f24fb
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
# This Open Source SOFTWARE using Mozilla Pubilc LICENSE 2.0.
# The software licensed under Mozilla Public LICENSE 2.0.
1)You can edit/copy these files, but you need to keep the original "[COPYRIGHT.md](COPYRIGHT.md)", "[LICENSE.md](LICENSE.md)" and in the program which you did it.
2)It was edited from original file of SYB to OpenSource. So it`s not 100% the same.
2)The copyright of [Line Services](https://line.starinc.xyz/) contents belongs to [Star Inc.](https://starinc.xyz), we DO NOT assume any legal responsibility.
3)Enjoy using ;)
Copyright 2018 [Star Inc.](https://starinc.xyz) All Rights Reserved.
Copyright 2019 [Star Inc.](https://starinc.xyz) All Rights Reserved.

View file

@ -18,7 +18,7 @@ class Yuuki_Settings:
config = {
"name": "Yuuki",
"version": "v6.5.0-beta_RC3",
"version": "v6.5.0",
"project_url": "https://tinyurl.com/syb-yuuki",
"man_page": "https://tinyurl.com/yuuki-manual",
"privacy_page": "OpenSource - Licensed under MPL 2.0",
@ -109,7 +109,7 @@ class Yuuki:
if platform.system() == "Windows":
with open("cache.bat", "w") as c:
c.write(sys.executable + " ./main.py")
os.system("start cache.bat")
os.system("cache.bat")
os.system("del cache.bat")
elif platform.system() == "Linux":
with open(".cache.sh", "w") as c: