1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/coldcurlyfu-automatic_google_translation

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
unpack2exe.py 271 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ccf Отправлено 18.05.2020 13:27 4c7aeae
import os
os.system("pyinstaller.exe -w -i gtl.ico gtl_pane.py")
path_dirs = os.listdir("./dist/gtl_pane")
if "gtl.ico" not in path_dirs:
os.system("copy gtl.ico dist\\gtl_pane")
if "countries.txt" not in path_dirs:
os.system("copy countries.txt dist\\gtl_pane")

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/coldcurlyfu-automatic_google_translation.git
git@api.gitlife.ru:oschina-mirror/coldcurlyfu-automatic_google_translation.git
oschina-mirror
coldcurlyfu-automatic_google_translation
coldcurlyfu-automatic_google_translation
master