summaryrefslogtreecommitdiff
path: root/utils/common/deploy-themeeditor.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/deploy-themeeditor.py')
-rwxr-xr-xutils/common/deploy-themeeditor.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/common/deploy-themeeditor.py b/utils/common/deploy-themeeditor.py
index 820856c..4569052 100755
--- a/utils/common/deploy-themeeditor.py
+++ b/utils/common/deploy-themeeditor.py
@@ -33,19 +33,19 @@ deploy.bundlecopy = {
deploy.progexe = {
"win32" : "release/rbthemeeditor.exe",
"darwin" : "rbthemeeditor.app",
- "linux" : "rbthemeeditor"
+ "linux2" : "rbthemeeditor"
}
# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
# compatible with 10.4 requires using gcc-4.0.
deploy.qmakespec = {
"win32" : "",
"darwin" : "macx-g++40",
- "linux" : ""
+ "linux2" : ""
}
deploy.make = {
"win32" : "mingw32-make",
"darwin" : "make",
- "linux" : "make"
+ "linux2" : "make"
}
# all files of the program. Will get put into an archive after building