From 3f7f9e9922678cfcb8b0d61b6ceb10851d22c5e0 Mon Sep 17 00:00:00 2001 From: Aleksey Khoroshilov Date: Sat, 19 Nov 2022 13:13:16 +0700 Subject: [PATCH] Touch overridden files in create_dist command. --- build/commands/lib/createDist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/commands/lib/createDist.js b/build/commands/lib/createDist.js index 08c1288d9e04..6372ed10b6a2 100644 --- a/build/commands/lib/createDist.js +++ b/build/commands/lib/createDist.js @@ -6,6 +6,7 @@ const fs = require('fs-extra') const createDist = (buildConfig = config.defaultBuildConfig, options) => { config.buildConfig = buildConfig config.update(options) + util.touchOverriddenFiles() util.updateBranding() // On Android CI does two builds sequentially: for aab and for apk. // Symbols are uploaded after 2nd build, but we need to preserve the symbols