mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Crudely suffix a package name in Styling that didn't get autosuffixed.
This commit is contained in:
parent
9c901645f9
commit
d7b26aed0b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public class TermuxStyleActivity extends Activity {
|
||||||
try {
|
try {
|
||||||
final String assetsFolder = colors ? "colors" : "fonts";
|
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 homeDir = new File(context.getFilesDir(), "home");
|
||||||
File termuxDir = new File(homeDir, ".termux");
|
File termuxDir = new File(homeDir, ".termux");
|
||||||
File destinationFile = new File(termuxDir, outputFile);
|
File destinationFile = new File(termuxDir, outputFile);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue