mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Tools: Restore content after patching Android app
This commit is contained in:
parent
20a26732a9
commit
0df170926a
@ -110,7 +110,7 @@ async function createRelease(projectName: string, name: string, tagName: string,
|
||||
}
|
||||
|
||||
if (name !== 'vosk') {
|
||||
await patcher.updateFileContent(`${rnDir}/android/app/build.gradle`, async (_content: string) => {
|
||||
await patcher.updateFileContent(`${rnDir}/services/voiceTyping/vosk.ts`, async (_content: string) => {
|
||||
return readFile(`${rnDir}/services/voiceTyping/vosk.dummy.ts`, 'utf8');
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user