fixed another android bug

pull/2/head
Miepee 5 years ago
parent fa0f9edd68
commit 2290864f2b

@ -253,9 +253,9 @@ namespace AM2R_ModPacker
string tempAndroidProfilePath = tempProfilePath + "\\android";
Directory.CreateDirectory(tempAndroidProfilePath);
File.Copy(tempProfilePath + "\\AM2RWrapper.apk", tempAndroidProfilePath + "\\AM2RWrapper.apk");
File.Copy(tempProfilePath + "\\AM2R.ini", tempAndroidProfilePath + "AM2R.ini");
File.Copy(localPath + "\\utilities\\android\\apktool.yml", tempAndroidProfilePath + "\\apktool.yml");
File.Move(tempProfilePath + "\\AM2RWrapper.apk", tempAndroidProfilePath + "\\AM2RWrapper.apk");
File.Move(tempProfilePath + "\\AM2R.ini", tempAndroidProfilePath + "\\AM2R.ini");
File.Move(localPath + "\\utilities\\android\\apktool.yml", tempAndroidProfilePath + "\\apktool.yml");
}
// Copy datafiles (exclude .ogg if custom music is not selected)

Loading…
Cancel
Save