mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
增强对于Linux的支持
This commit is contained in:
parent
441d1e9982
commit
d3d89d2567
BIN
AutoInstaller/MSCT Auto Installer
Executable file
BIN
AutoInstaller/MSCT Auto Installer
Executable file
Binary file not shown.
@ -200,7 +200,7 @@ def __main__():
|
|||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
os.chdir(__file__[:len(__file__) - __file__[len(__file__)::-1].index('/')])
|
os.chdir(__file__[:len(__file__) - __file__[len(__file__)::-1].index('/')])
|
||||||
except FileNotFoundError:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
log('其他平台:{} 更新执行位置,当前文件位置 {}'.format(sys.platform, __file__))
|
log('其他平台:{} 更新执行位置,当前文件位置 {}'.format(sys.platform, __file__))
|
||||||
print('完成!')
|
print('完成!')
|
||||||
@ -1470,7 +1470,10 @@ def __main__():
|
|||||||
|
|
||||||
root.title(READABLETEXT[41].format(__version__))
|
root.title(READABLETEXT[41].format(__version__))
|
||||||
root.geometry('900x900') # 像素
|
root.geometry('900x900') # 像素
|
||||||
root.iconbitmap('./resources/musicreater.ico', './resources/musicreater.ico')
|
try:
|
||||||
|
root.iconbitmap(bitmap='./resources/musicreater.ico', default='./resources/musicreater.ico')
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
print('完成!')
|
print('完成!')
|
||||||
|
|
||||||
|
BIN
languages/__pycache__/__init__.cpython-37.pyc
Normal file
BIN
languages/__pycache__/__init__.cpython-37.pyc
Normal file
Binary file not shown.
BIN
languages/__pycache__/lang.cpython-37.pyc
Normal file
BIN
languages/__pycache__/lang.cpython-37.pyc
Normal file
Binary file not shown.
BIN
languages/__pycache__/zhCN.cpython-37.pyc
Normal file
BIN
languages/__pycache__/zhCN.cpython-37.pyc
Normal file
Binary file not shown.
BIN
msctLib/__pycache__/__init__.cpython-37.pyc
Normal file
BIN
msctLib/__pycache__/__init__.cpython-37.pyc
Normal file
Binary file not shown.
BIN
msctLib/__pycache__/log.cpython-37.pyc
Normal file
BIN
msctLib/__pycache__/log.cpython-37.pyc
Normal file
Binary file not shown.
BIN
msctspt/__pycache__/__init__.cpython-37.pyc
Normal file
BIN
msctspt/__pycache__/__init__.cpython-37.pyc
Normal file
Binary file not shown.
BIN
msctspt/__pycache__/bugReporter.cpython-37.pyc
Normal file
BIN
msctspt/__pycache__/bugReporter.cpython-37.pyc
Normal file
Binary file not shown.
BIN
msctspt/__pycache__/threadOpera.cpython-37.pyc
Normal file
BIN
msctspt/__pycache__/threadOpera.cpython-37.pyc
Normal file
Binary file not shown.
BIN
nmcsup/__pycache__/__init__.cpython-37.pyc
Normal file
BIN
nmcsup/__pycache__/__init__.cpython-37.pyc
Normal file
Binary file not shown.
BIN
nmcsup/__pycache__/log.cpython-37.pyc
Normal file
BIN
nmcsup/__pycache__/log.cpython-37.pyc
Normal file
Binary file not shown.
BIN
nmcsup/__pycache__/vers.cpython-37.pyc
Normal file
BIN
nmcsup/__pycache__/vers.cpython-37.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user