From be6d9fb586251b9e9b83fab52384375a9d2a74b8 Mon Sep 17 00:00:00 2001 From: Lily Date: Tue, 31 Dec 2024 15:03:06 +0300 Subject: [PATCH] h --- source/mobile/CopyState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mobile/CopyState.hx b/source/mobile/CopyState.hx index 5cbebcbdb94..4e706b07dfc 100644 --- a/source/mobile/CopyState.hx +++ b/source/mobile/CopyState.hx @@ -93,7 +93,7 @@ class CopyState extends MusicBeatState if (!FileSystem.exists(android.content.Context.getFilesDir() + '/ffmpeg')) { - File.saveBytes(android.content.Context.getFilesDir() + '/ffmpeg-$archPrefix', getFileBytes(getFile('ffmpeg'))); + File.saveBytes(android.content.Context.getFilesDir() + '/ffmpeg', getFileBytes(getFile('ffmpeg-$archPrefix'))); Sys.command('chmod', ['777', android.content.Context.getFilesDir() + '/ffmpeg']); } #end