mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Move loot_version.cpp.in template
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user