Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Dec 31, 2024
1 parent 77c2575 commit be6d9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mobile/CopyState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be6d9fb

Please sign in to comment.