android icon indicating copy to clipboard operation
android copied to clipboard

Fix: ensure OneDrive config directory exists before writing file

Open ShortTimeNoSee opened this issue 3 months ago • 1 comments

This adds config_file.parentFile.mkdirs() in presentation/prebuild.gradle to prevent build failures in clean environments (like Termux, CI containers) whenever presentation/src/main/res/raw/ doesn't exist yet.

This change is platform-safe and has no effect when the directory already exists.

ShortTimeNoSee avatar Oct 07 '25 03:10 ShortTimeNoSee