diff --git a/horsy_installer.py b/horsy_installer.py index 579b79c..cc45eab 100644 --- a/horsy_installer.py +++ b/horsy_installer.py @@ -2,7 +2,10 @@ from PyQt5 import QtCore, QtGui, QtWidgets import sys from modules.path import add_to_path, add_var import modules.images +import urllib.request import os +import ctypes +import threading class Ui_MainWindow(object): @@ -72,12 +75,12 @@ class Ui_MainWindow(object): self.path_message.setAcceptRichText(False) self.path_message.setTextInteractionFlags(QtCore.Qt.NoTextInteraction) self.path_message.setObjectName("path_message") - self.install_horsy_chech = QtWidgets.QCheckBox(self.centralwidget) - self.install_horsy_chech.setEnabled(False) - self.install_horsy_chech.setGeometry(QtCore.QRect(20, 130, 91, 17)) - self.install_horsy_chech.setStyleSheet("color: white;") - self.install_horsy_chech.setChecked(True) - self.install_horsy_chech.setObjectName("install_horsy_chech") + self.install_horsy_check = QtWidgets.QCheckBox(self.centralwidget) + self.install_horsy_check.setEnabled(False) + self.install_horsy_check.setGeometry(QtCore.QRect(20, 130, 91, 17)) + self.install_horsy_check.setStyleSheet("color: white;") + self.install_horsy_check.setChecked(True) + self.install_horsy_check.setObjectName("install_horsy_chech") self.install_gui_check = QtWidgets.QCheckBox(self.centralwidget) self.install_gui_check.setEnabled(True) self.install_gui_check.setGeometry(QtCore.QRect(30, 150, 111, 17)) @@ -139,7 +142,7 @@ class Ui_MainWindow(object): "p, li { white-space: pre-wrap; }\n" "
\n" "Installation folder, apps will be stored here