Move loot_version.cpp.in template

This commit is contained in:
Oliver Hamlet
2017-02-06 18:03:17 +00:00
parent e1c49db949
commit 5412f5fba8
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ function updateInstallerScript(version) {
}
function updateCppFile(version) {
const file = path.join('src', 'backend', 'app', 'loot_version.cpp.in');
const file = path.join('src', 'api', 'loot_version.cpp.in');
const versionParts = version.split('.');
replace({