Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55b10948 authored by cketti's avatar cketti
Browse files

Fix "-set-version" build target that checks if the changelog is up-to-date

Adjust path to the master changelog file.
parent a779e0e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@

        <echo>Setting version to ${version-name}</echo>
        <exec executable="perl" failonerror="true">
            <arg line="-0 -ne '/\x3Crelease version=\x22${version-name}\x22/ or die qq/No changelog for ${version-name}\n/' res/raw/changelog.xml" />
            <arg line="-0 -ne '/\x3Crelease version=\x22${version-name}\x22/ or die qq/No changelog for ${version-name}\n/' res/xml/changelog_master.xml" />
        </exec>
        <replace file="AndroidManifest.xml"
            token="android:versionName=&quot;${current-version-name}&quot;"