Crudely suffix a package name in Styling that didn't get autosuffixed.

This commit is contained in:
Alexander Sosedkin 2019-03-13 22:26:32 +07:00
parent 9c901645f9
commit d7b26aed0b

View file

@ -122,7 +122,7 @@ public class TermuxStyleActivity extends Activity {
try {
final String assetsFolder = colors ? "colors" : "fonts";
Context context = createPackageContext("com.termux", Context.CONTEXT_IGNORE_SECURITY);
Context context = createPackageContext("com.termux.nix", Context.CONTEXT_IGNORE_SECURITY);
File homeDir = new File(context.getFilesDir(), "home");
File termuxDir = new File(homeDir, ".termux");
File destinationFile = new File(termuxDir, outputFile);