Update paths and add blacklist to create rc images

This commit is contained in:
dpizetta
2019-05-27 17:54:08 -03:00
committed by Daniel Pizetta
parent b2ecb9d139
commit 587d1e5db9
3 changed files with 38 additions and 21 deletions
+2 -2
View File
@@ -50,12 +50,12 @@ sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
# must be in this place, after setting path, to not need to install
import qdarkstyle
from qdarkstyle import QT_BINDING, QT_ABSTRACTION
from qdarkstyle import QT_BINDING, QT_ABSTRACTION, IMAGES_PATH
# Constants
EXAMPLE_PATH = os.path.abspath(os.path.dirname(__file__))
REPO_PATH = os.path.dirname(EXAMPLE_PATH)
SCREENSHOTS_PATH = os.path.join(REPO_PATH, 'screenshots')
SCREENSHOTS_PATH = IMAGES_PATH
def main():