This commit is contained in:
恍兮惚兮 2024-02-28 18:21:17 +08:00
parent d98c3f76b0
commit 4cb27e46e5
5 changed files with 4 additions and 6 deletions

View File

@ -1 +0,0 @@
%LOCALAPPDATA%\Programs\Python\Python37-32\python.exe -m nuitka --standalone --plugin-enable=pyqt5 --output-dir=..\build\x86 LunaTranslator\LunaTranslator_main.py --windows-icon-from-ico=..\plugins\exec\luna.ico

View File

@ -1 +0,0 @@
%LOCALAPPDATA%\Programs\Python\Python37\python.exe -m nuitka --standalone --plugin-enable=pyqt5 --output-dir=..\build\x64 LunaTranslator\LunaTranslator_main.py --windows-icon-from-ico=..\plugins\exec\luna.ico

View File

@ -39,7 +39,7 @@
"sw_fontstring": "Arial,12,-1,5,50,0,0,0,0,0,Regular", "sw_fontstring": "Arial,12,-1,5,50,0,0,0,0,0,Regular",
"edit_fontstring": "Arial,12,-1,5,50,0,0,0,0,0,Regular", "edit_fontstring": "Arial,12,-1,5,50,0,0,0,0,0,Regular",
"fixedheight": false, "fixedheight": false,
"showintab": false, "showintab": true,
"remove_useless_hook": false, "remove_useless_hook": false,
"button_color_close": "#D32424", "button_color_close": "#D32424",
"button_color_normal": "#FFFFFF", "button_color_normal": "#FFFFFF",

View File

@ -1,5 +1,5 @@
{ {
"version":"v2.37.1", "version":"v2.37.2",
"language_list_show":["简体中文","日本語","English","Русский язык","Español","한국어","Français","繁體中文","Tiếng Việt","Türkçe","Polski","Українська Мова","Italiano","اللغة العربية","ภาษาไทย"] , "language_list_show":["简体中文","日本語","English","Русский язык","Español","한국어","Français","繁體中文","Tiếng Việt","Türkçe","Polski","Українська Мова","Italiano","اللغة العربية","ภาษาไทย"] ,
"language_list_translator":["简体中文","日文","英文","俄语","西班牙语","韩语","法语","繁体中文","越南语","土耳其语","波兰语","乌克兰语","意大利语","阿拉伯语","泰语"], "language_list_translator":["简体中文","日文","英文","俄语","西班牙语","韩语","法语","繁体中文","越南语","土耳其语","波兰语","乌克兰语","意大利语","阿拉伯语","泰语"],
"language_list_translator_inner":["zh", "ja", "en","ru","es","ko","fr","cht","vi","tr","pl","uk","it","ar","th"], "language_list_translator_inner":["zh", "ja", "en","ru","es","ko","fr","cht","vi","tr","pl","uk","it","ar","th"],

View File

@ -1,6 +1,6 @@
PyQt5==5.15.7 PyQt5==5.15.10
PyQt5-Qt5==5.15.2 PyQt5-Qt5==5.15.2
nuitka==1.9.6 nuitka==2.0.5
imageio imageio
pefile pefile