Skip to content

Commit 14e19fb

Browse files
committed
chore: update build script target QGIS profile
1 parent ccb7179 commit 14e19fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arho_feature_template/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
py_files = [fil for fil in glob.glob("**/*.py", recursive=True) if "test/" not in fil and "test\\" not in fil]
1515
locales = ["fi"]
16-
profile = "default"
16+
profile = "arho"
1717
ui_files = list(glob.glob("**/*.ui", recursive=True))
1818
resources = list(glob.glob("**/*.qrc", recursive=True))
1919
extra_dirs = ["resources"]

0 commit comments

Comments
 (0)