summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2016-01-09 00:13:36 +0100
committerSebastien Blaisot <sebastien@blaisot.org>2016-01-09 00:13:36 +0100
commit85b95077ed357cae02402b716c06645d700baced (patch)
tree5e908c4653e0f1e5f61eab24dd09cf590be2561f
parentae6dfce2fb4bbdf6ac2a1233b84db33615a9d155 (diff)
(wix) fix file path in transifex config for Wix installer
-rw-r--r--.tx/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tx/config b/.tx/config
index ef851bb7cb..7b79e001b6 100644
--- a/.tx/config
+++ b/.tx/config
@@ -10,8 +10,8 @@ minimum_perc = 0
type = TS
[mixxxdj-windows-installer.mixxxpot]
-file_filter = buikd/wix/translations/mixxxdj-windows-installer.mixxxpot/<lang>.po
-source_file = build/wix/translations/Localization/po/mixxx.pot
+file_filter = build/wix/Localization/po/<lang>.po
+source_file = build/wix/Localization/po/mixxx.pot
source_lang = en_US
minimum_perc = 0
type = PO